Your message dated Sun, 10 Jul 2022 15:46:44 +0200
with message-id <[email protected]>
and subject line Unreproducible bug, more than one year old: closing
has caused the Debian Bug report #979225,
regarding mistune: deprecation warning with Python 3.9
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.)


-- 
979225: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=979225
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: python3-mistune
Version: 0.8.4-4
Severity: normal
Tags: upstream

This deprecation warning appears with Python 3.9:

/usr/lib/python3/dist-packages/mistune.py:435: DeprecationWarning: invalid 
escape sequence \|
    cells[i][c] = re.sub('\\\\\|', '|', cell)

I'm not sure what is intended here; perhaps
    cells[i][c] = re.sub(r'\|', '|', cell)

Best wishes,

   Julian

--- End Message ---
--- Begin Message ---
Hi,

since it's just a warning and I can't reproduce it since more than a
year: closing.

Cheers,

J.Puydt

--- End Message ---

Reply via email to