Source: python-clint Version: 0.5.1-4 User: debian-pyt...@lists.debian.org Usertags: syntaxwarning
Hi Maintainer The SyntaxWarning below were emitted when this package was tested with pipuarts[1]. Regards Graham [1] https://piuparts.debian.org/sid/source/p/python-clint.html Setting up python3-clint (0.5.1-4) ... /usr/lib/python3/dist-packages/clint/packages/appdirs.py:82: SyntaxWarning: invalid escape sequence '\D' """Return full path to the user-shared data dir for this application. /usr/lib/python3/dist-packages/clint/packages/colorama/ansitowin32.py:43: SyntaxWarning: invalid escape sequence '\[' ANSI_RE = re.compile('\033\[((?:\d|;)*)([a-zA-Z])') /usr/lib/python3/dist-packages/clint/textui/colored.py:118: SyntaxWarning: invalid escape sequence '\$' strip = re.compile("([^-_a-zA-Z0-9!@#%&=,/'\";:~`\$\^\*\(\)\+\[\]\.\{\}\|\?\<\>\\]+|[^\s]+)")