Skip to content

Commit 0016066

Browse files
committed
Update suspicious ignore file.
1 parent 445d69c commit 0016066

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

Doc/tools/sphinxext/susp-ignored.csv

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -357,3 +357,15 @@ whatsnew/3.2,,:location,... zope9-location = ${zope9:location}
357357
whatsnew/3.2,,:location,zope9-location = ${zope9:location}
358358
whatsnew/3.2,,:prefix,... zope-conf = ${custom:prefix}/etc/zope.conf
359359
whatsnew/3.2,,:prefix,zope-conf = ${custom:prefix}/etc/zope.conf
360+
whatsnew/news,,:platform,:platform:
361+
whatsnew/news,,:password,: Unquote before b64encoding user:password during Basic
362+
whatsnew/news,,:close,Connection:close header.
363+
whatsnew/news,,:PythonCmd,"With Tk < 8.5 _tkinter.c:PythonCmd() raised UnicodeDecodeError, caused"
364+
whatsnew/news,,:close,: Connection:close header is sent by requests using URLOpener
365+
whatsnew/news,,::,": Fix FTP tests for IPv6, bind to ""::1"" instead of ""localhost""."
366+
whatsnew/news,,:test,: test_subprocess:test_leaking_fds_on_error no longer gives a
367+
whatsnew/news,,:test,: Fix test_posix:test_getgroups failure under Solaris. Patch
368+
whatsnew/news,,:Olimit,Drop -OPT:Olimit compiler option.
369+
whatsnew/news,,:MAXYEAR,timedelta from date or datetime falls outside of the MINYEAR:MAXYEAR range.
370+
whatsnew/news,,:bz2,with mode 'r' or 'r:bz2' and a fileobj argument that contained no data or
371+
whatsnew/news,,:db2,: Add configure option --with-dbmliborder=db1:db2:... to specify

Misc/NEWS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ Documentation
354354
'Optional Operating System Services' section to use a more user-centric
355355
classification scheme (splitting them across the new CE section, IPC and
356356
text processing). Operating system limitatons can be reflected with
357-
the Sphinx :platform: tag, it doesn't make sense as part of the Table of
357+
the Sphinx ``:platform:`` tag, it doesn't make sense as part of the Table of
358358
Contents.
359359

360360
- Issue #4966: Bring the sequence docs up to date for the Py3k transition

0 commit comments

Comments
 (0)