- Package:
- src:httpcode
- Source:
- src:httpcode
- Submitter:
- Graham Inggs
- Date:
- 2025-06-22 04:09:01 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/h/httpcode.html
Setting up httpcode (0.6-2) ...
/usr/lib/python3/dist-packages/httpcode/__init__.py:171:
SyntaxWarning: invalid escape sequence '\d'
_has_code_match = re.compile(code.replace('x', '\d') + '$').match