diff options
author | Larry Hastings <larry@hastings.org> | 2014-01-26 08:42:02 (GMT) |
---|---|---|
committer | Larry Hastings <larry@hastings.org> | 2014-01-26 08:42:02 (GMT) |
commit | 0e25410319b5bfa62a0bb6123ab21514fe209dae (patch) | |
tree | 9c14c7933fbba06cf36f0cda082dd87e52ef8d80 /Doc/tools | |
parent | 23e37aa7b787fd41623c4f3f1eb7ca16ded2ef96 (diff) | |
download | cpython-0e25410319b5bfa62a0bb6123ab21514fe209dae.zip cpython-0e25410319b5bfa62a0bb6123ab21514fe209dae.tar.gz cpython-0e25410319b5bfa62a0bb6123ab21514fe209dae.tar.bz2 |
Documentation fixes, including fixing "suspicious" problems.
Diffstat (limited to 'Doc/tools')
-rw-r--r-- | Doc/tools/sphinxext/susp-ignored.csv | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/tools/sphinxext/susp-ignored.csv b/Doc/tools/sphinxext/susp-ignored.csv index 67ad01f..1769023 100644 --- a/Doc/tools/sphinxext/susp-ignored.csv +++ b/Doc/tools/sphinxext/susp-ignored.csv @@ -79,9 +79,8 @@ howto/logging,,:Started,INFO:root:Started howto/logging,,:This,DEBUG:root:This message should go to the log file howto/logging,,:This,DEBUG:This message should appear on the console howto/logging,,:Watch,WARNING:root:Watch out! -howto/pyporting,75,::,# make sure to use :: Python *and* :: Python :: 3 so -howto/pyporting,75,::,"'Programming Language :: Python'," -howto/pyporting,75,::,'Programming Language :: Python :: 3' +howto/pyporting,,::,Programming Language :: Python :: 2 +howto/pyporting,,::,Programming Language :: Python :: 3 howto/regex,,::, howto/regex,,:foo,(?:foo) howto/urllib2,,:example,"for example ""joe@password:example.com""" @@ -278,6 +277,7 @@ whatsnew/3.2,,:gz,">>> with tarfile.open(name='myarchive.tar.gz', mode='w:gz') a whatsnew/3.2,,:location,zope9-location = ${zope9:location} whatsnew/3.2,,:prefix,zope-conf = ${custom:prefix}/etc/zope.conf whatsnew/changelog,,:platform,:platform: +whatsnew/changelog,,:gz,": TarFile opened with external fileobj and ""w:gz"" mode didn't" whatsnew/changelog,,:PythonCmd,"With Tk < 8.5 _tkinter.c:PythonCmd() raised UnicodeDecodeError, caused" whatsnew/changelog,,::,": Fix FTP tests for IPv6, bind to ""::1"" instead of ""localhost""." whatsnew/changelog,,::,": Use ""127.0.0.1"" or ""::1"" instead of ""localhost"" as much as" |