Source: python-aprslib Version: 0.7.2-2 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-aprslib.html Setting up python3-aprslib (0.7.2-2) ... /usr/lib/python3/dist-packages/aprslib/parsing/common.py:218: SyntaxWarning: invalid escape sequence '\!' match = re.findall("^(.*)\!([\x21-\x7b])([\x20-\x7b]{2})\!(.*?)$", body)