- Package:
- src:python-path-and-address
- Source:
- src:python-path-and-address
- Submitter:
- Graham Inggs
- Date:
- 2024-11-07 09:57:02 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-path-and-address.html
Setting up python3-path-and-address (2.0.1-3) ...
/usr/lib/python3/dist-packages/path_and_address/validation.py:4:
SyntaxWarning: invalid escape sequence '\d'
_hostname_re = re.compile('(?!-)[A-Z\d-]{1,63}(?<!-)$', re.IGNORECASE)