- Package:
- src:stomper
- Source:
- src:stomper
- Submitter:
- Graham Inggs
- Date:
- 2024-11-08 17:33: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/s/stomper.html
Setting up python3-stomper (0.4.3-3) ...
/usr/lib/python3/dist-packages/stomper/stompbuffer.py:24:
SyntaxWarning: invalid escape sequence '\s'
content_length_re = re.compile ( '\ncontent-length\s*:\s*(\d+)\s*\n' )