#1085616 gmplot: Python SyntaxWarning

#1085616#5
Date:
2024-10-21 09:20:24 UTC
From:
To:
Hi Maintainer

The SyntaxWarning below were emitted when this package was tested with
pipuarts[1].

Regards
Graham


[1] https://piuparts.debian.org/sid/source/g/gmplot.html


  Setting up python3-gmplot (1.4.1-1) ...
  /usr/lib/python3/dist-packages/gmplot/utility.py:352: SyntaxWarning:
invalid escape sequence '\('
    '\(.*\)', # Matches whatever makes up the type, like:
'''(*(**float**, **float**)*)'''
  /usr/lib/python3/dist-packages/gmplot/utility.py:461: SyntaxWarning:
invalid escape sequence '\['
    match = re.match('!\[image]\((.*)\)', line, flags=re.DOTALL)