diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2017-04-13 16:41:19 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-13 16:41:19 (GMT) |
commit | 936633282220768a6fec9bd6bb53ee9e3ec354df (patch) | |
tree | ec763cf62842e856d850b16c818e22f871a0b9ad /Doc/tools | |
parent | 119d94ad37a99ecb0b8329467d04cd9d909e310e (diff) | |
download | cpython-936633282220768a6fec9bd6bb53ee9e3ec354df.zip cpython-936633282220768a6fec9bd6bb53ee9e3ec354df.tar.gz cpython-936633282220768a6fec9bd6bb53ee9e3ec354df.tar.bz2 |
bpo-30021: Add examples for re.escape(). (#1048) (#1115)
And fix the parameter name.
(cherry picked from commit 8fc7bc2b7631ee819ee614e47b6f44bacebe1574)
Diffstat (limited to 'Doc/tools')
-rw-r--r-- | Doc/tools/susp-ignored.csv | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/tools/susp-ignored.csv b/Doc/tools/susp-ignored.csv index 166374c..57b0cf1 100644 --- a/Doc/tools/susp-ignored.csv +++ b/Doc/tools/susp-ignored.csv @@ -302,6 +302,8 @@ whatsnew/3.2,,:feed,>>> urllib.parse.urlparse('http://[dead:beef:cafe:5417:affe: whatsnew/3.2,,:gz,">>> with tarfile.open(name='myarchive.tar.gz', mode='w:gz') as tf:" whatsnew/3.2,,:location,zope9-location = ${zope9:location} whatsnew/3.2,,:prefix,zope-conf = ${custom:prefix}/etc/zope.conf +library/re,,`,!#$%&'*+-.^_`|~: +library/re,,`,\!\#\$\%\&\'\*\+\-\.\^_\`\|\~\: library/tarfile,,:xz,'x:xz' library/xml.etree.elementtree,,:sometag,prefix:sometag library/xml.etree.elementtree,,:fictional,"<actors xmlns:fictional=""http://characters.example.com""" |