Source: bibtexparser Version: 2.0.0b5+really1.4.1-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/b/bibtexparser.html Setting up python3-bibtexparser (2.0.0b5+really1.4.1-1) ... /usr/lib/python3/dist-packages/bibtexparser/latexenc.py:93: SyntaxWarning: invalid escape sequence '\g' string = re.sub('([^{]|^)([A-Z])([^}]|$)', '\g<1>{\g<2>}\g<3>', string)