diff options
author | Martin Panter <vadmium+py@gmail.com> | 2016-06-08 13:32:49 (GMT) |
---|---|---|
committer | Martin Panter <vadmium+py@gmail.com> | 2016-06-08 13:32:49 (GMT) |
commit | b198c42bcb8a9d7ccf4da0218b6ad6adc5beadfb (patch) | |
tree | 969a4b1ca8c33856164d39c517fa02df05931cb8 /Doc/tools | |
parent | 7764f4d12c8aab5f017b67b624cd60f6b8c4909b (diff) | |
download | cpython-b198c42bcb8a9d7ccf4da0218b6ad6adc5beadfb.zip cpython-b198c42bcb8a9d7ccf4da0218b6ad6adc5beadfb.tar.gz cpython-b198c42bcb8a9d7ccf4da0218b6ad6adc5beadfb.tar.bz2 |
Fix RST conflicts with Idle news entries
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 c394af3..46cc2f1 100644 --- a/Doc/tools/susp-ignored.csv +++ b/Doc/tools/susp-ignored.csv @@ -272,6 +272,7 @@ 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 +whatsnew/changelog,,:version,import sys; I = version[:version.index(' ')] whatsnew/changelog,,:gz,": TarFile opened with external fileobj and ""w:gz"" mode didn't" whatsnew/changelog,,::,": Use ""127.0.0.1"" or ""::1"" instead of ""localhost"" as much as" library/tarfile,149,:xz,'x:xz' |