#1086851 python-meld3: Python SyntaxWarning

#1086851#5
Date:
2024-11-06 16:19:55 UTC
From:
To:
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