diff options
author | Ricardo Bánffy <rbanffy@gmail.com> | 2019-10-07 20:54:35 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2019-10-07 20:54:35 (GMT) |
commit | 15ae75d660befe643ed42eb2707a557cea97256c (patch) | |
tree | 5d21a89bb78b6fd23e888a6dafd0a4204555b241 /Doc/tools | |
parent | 60ec6efd96d95476fe5e38c491491add04f026e5 (diff) | |
download | cpython-15ae75d660befe643ed42eb2707a557cea97256c.zip cpython-15ae75d660befe643ed42eb2707a557cea97256c.tar.gz cpython-15ae75d660befe643ed42eb2707a557cea97256c.tar.bz2 |
bpo-38294: Add list of no-longer-escaped chars to re.escape documentation. (GH-16442)
Prior to 3.7, re.escape escaped many characters that don't have
special meaning in Python, but that use to require escaping in other
tools and languages. This commit aims to make it clear which characters
were, but are no longer escaped.
Diffstat (limited to 'Doc/tools')
-rw-r--r-- | Doc/tools/susp-ignored.csv | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/tools/susp-ignored.csv b/Doc/tools/susp-ignored.csv index a740862..740850c 100644 --- a/Doc/tools/susp-ignored.csv +++ b/Doc/tools/susp-ignored.csv @@ -356,3 +356,4 @@ whatsnew/changelog,,::,default::BytesWarning whatsnew/changelog,,::,default::DeprecationWarning library/importlib.metadata,,:main,"EntryPoint(name='wheel', value='wheel.cli:main', group='console_scripts')" library/importlib.metadata,,`,loading the metadata for packages for the indicated ``context``. +library/re,,`,"`" |