Source: typogrify Version: 1:2.0.7-3 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/typogrify.html Setting up python3-typogrify (1:2.0.7-3) ... /usr/lib/python3/dist-packages/typogrify/filters.py:46: SyntaxWarning: invalid escape sequence '\s' tag = match.group(1) if match.group(1) != '' else '[^\s.#<>]+' /usr/lib/python3/dist-packages/typogrify/filters.py:140: SyntaxWarning: invalid escape sequence '\w' tag_pattern = '</?\w+((\s+\w+(\s*=\s*(?:".*?"|\'.*?\'|[^\'">\s]+))?)+\s*|\s*)/?>' /usr/lib/python3/dist-packages/typogrify/packages/titlecase/__init__.py:18: SyntaxWarning: invalid escape sequence '\.' SMALL = 'a|an|and|as|at|but|by|en|for|if|in|of|on|or|the|to|v\.?|via|vs\.?'