- Package:
- src:python-meld3
- Source:
- src:python-meld3
- Submitter:
- Graham Inggs
- Date:
- 2024-11-06 16:21:03 UTC
- Severity:
- normal
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-meld3.html
Setting up python3-meld3 (1.0.2-4) ...
/usr/lib/python3/dist-packages/meld3/__init__.py:1101:
SyntaxWarning: invalid escape sequence '\w'
_NONENTITY_RE = re.compile(_b('&(?!([#\w]*;))')) # negative
lookahead assertion