#1085640 httpcode: Python SyntaxWarning

#1085640#5
Date:
2024-10-21 10:45:35 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/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