diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2017-04-13 16:17:36 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-13 16:17:36 (GMT) |
commit | 8fc7bc2b7631ee819ee614e47b6f44bacebe1574 (patch) | |
tree | f965d27fbb8969301156bdda33b97ef631bf87d3 /Doc/tools | |
parent | 7b2491a6aa5cdc1f8f9e3fd9df91f29ee69aa982 (diff) | |
download | cpython-8fc7bc2b7631ee819ee614e47b6f44bacebe1574.zip cpython-8fc7bc2b7631ee819ee614e47b6f44bacebe1574.tar.gz cpython-8fc7bc2b7631ee819ee614e47b6f44bacebe1574.tar.bz2 |
bpo-30021: Add examples for re.escape(). (#1048)
And fix the parameter name.
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 51edb66..df67f75 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""" |