Source: treeline Version: 3.1.5-1 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/t/treeline.html Setting up python3 (3.12.5-1) ... /usr/share/treeline/gennumber.py:47: SyntaxWarning: invalid escape sequence '\,' def setFromStr(self, numStr, strFormat='#\,###'): /usr/share/treeline/gennumber.py:68: SyntaxWarning: invalid escape sequence '\,' """Return the number string in the given format, including exponents. /usr/share/treeline/gennumber.py:100: SyntaxWarning: invalid escape sequence '\,' """Return number string in the given format, without exponent support. /usr/share/treeline/gennumber.py:328: SyntaxWarning: invalid escape sequence '\,' if not '\,' in strFormat and ('\.' in strFormat or (',' in strFormat /usr/share/treeline/gennumber.py:328: SyntaxWarning: invalid escape sequence '\.' if not '\,' in strFormat and ('\.' in strFormat or (',' in strFormat /usr/share/treeline/gennumber.py:341: SyntaxWarning: invalid escape sequence '\,' return strFormat.replace('\,', ',') /usr/share/treeline/gennumber.py:342: SyntaxWarning: invalid escape sequence '\.' return strFormat.replace('\.', '.')