diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2019-10-07 21:07:46 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-07 21:07:46 (GMT) |
commit | b731fc521cf78e53268e35777d836ca80e7ab305 (patch) | |
tree | 67bab7d9ed7d33fd371dcdf679ee1534d2771b27 /Doc/tools | |
parent | 435b2eeb7bc5b8ec264e900b38bcb3d76552d777 (diff) | |
download | cpython-b731fc521cf78e53268e35777d836ca80e7ab305.zip cpython-b731fc521cf78e53268e35777d836ca80e7ab305.tar.gz cpython-b731fc521cf78e53268e35777d836ca80e7ab305.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.
(cherry picked from commit 15ae75d660befe643ed42eb2707a557cea97256c)
Co-authored-by: Ricardo Bánffy <rbanffy@gmail.com>
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 1f0cf3f..a0fc874 100644 --- a/Doc/tools/susp-ignored.csv +++ b/Doc/tools/susp-ignored.csv @@ -354,3 +354,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,,`,"`" |