Source: python-http-parser
Version: 0.9.0+ds-1
User: debian-pyt...@lists.debian.org
Usertags: syntaxwarning

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-http-parser.html


  Setting up python3-http-parser (0.9.0+ds-1+b1) ...
  /usr/lib/python3/dist-packages/http_parser/pyparser.py:22:
SyntaxWarning: invalid escape sequence '\d'
    VERSION_RE = re.compile("HTTP/(\d+).(\d+)")
  /usr/lib/python3/dist-packages/http_parser/pyparser.py:23:
SyntaxWarning: invalid escape sequence '\d'
    STATUS_RE = re.compile("(\d{3})\s*(\w*)")
  /usr/lib/python3/dist-packages/http_parser/pyparser.py:24:
SyntaxWarning: invalid escape sequence '\['
    HEADER_RE = re.compile("[\x00-\x1F\x7F()<>@,;:\[\]={} \t\\\\\"]")

Reply via email to