Your message dated Tue, 30 Apr 2024 13:34:07 +0200
with message-id <[email protected]>
and subject line Fixed
has caused the Debian Bug report #1068625,
regarding python3-sphinxcontrib.httpdomain: SyntaxWarning: invalid escape 
sequence '\s'
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
1068625: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1068625
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: python3-sphinxcontrib.httpdomain
Version: 1.8.0-3
Severity: normal
Tags: patch

When installing this package in unstable (so it is byte-compiled by
python3.12), the following warning appears:

/usr/lib/python3/dist-packages/sphinxcontrib/autohttp/flask_base.py:82: 
SyntaxWarning: invalid escape sequence '\s'
  rcomp = re.compile("^\s*.. :quickref:\s*(?P<quick>.*)$")

Patch: either the regexp needs to be a raw string (r"^\s*.. [...]"),
or the two backslashes need quoting ("^\\s*.. [...]").

Best wishes,

   Julian

--- End Message ---
--- Begin Message ---
This was fixed when uploading 1.8.1-1

Thomas

--- End Message ---

Reply via email to