[issue37106] python re.escape doesn't escape some special characters.

Eric V. Smith report at bugs.python.org
Fri May 31 03:40:31 EDT 2019


Eric V. Smith <eric at trueblade.com> added the comment:

Could you show a problem caused by the characters that are unescaped? I assume you're talking about the ` and ' characters, since that's what your example shows. But those aren't listed as "special characters" (https://docs.python.org/3.5/library/re.html#regular-expression-syntax), so I'm not sure what problem would be caused by them being unescaped.

----------
nosy: +eric.smith
stage:  -> test needed

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue37106>
_______________________________________


More information about the Python-bugs-list mailing list