[Python-checkins] cpython (merge 3.3 -> default): Merge suspicious ignore file updates with 3.3.

ezio.melotti python-checkins at python.org
Mon Oct 1 06:19:36 CEST 2012


http://hg.python.org/cpython/rev/3f739f42be51
changeset:   79361:3f739f42be51
parent:      79358:7fd8f09ecf3c
parent:      79360:7877575a11ee
user:        Ezio Melotti <ezio.melotti at gmail.com>
date:        Mon Oct 01 07:18:55 2012 +0300
summary:
  Merge suspicious ignore file updates with 3.3.

files:
  Doc/tools/sphinxext/susp-ignored.csv |  12 ++++++++++++
  Misc/NEWS                            |   2 +-
  2 files changed, 13 insertions(+), 1 deletions(-)


diff --git a/Doc/tools/sphinxext/susp-ignored.csv b/Doc/tools/sphinxext/susp-ignored.csv
--- a/Doc/tools/sphinxext/susp-ignored.csv
+++ b/Doc/tools/sphinxext/susp-ignored.csv
@@ -357,3 +357,15 @@
 whatsnew/3.2,,:location,zope9-location = ${zope9:location}
 whatsnew/3.2,,:prefix,... zope-conf = ${custom:prefix}/etc/zope.conf
 whatsnew/3.2,,:prefix,zope-conf = ${custom:prefix}/etc/zope.conf
+whatsnew/news,,:platform,:platform:
+whatsnew/news,,:password,: Unquote before b64encoding user:password during Basic
+whatsnew/news,,:close,Connection:close header.
+whatsnew/news,,:PythonCmd,"With Tk < 8.5 _tkinter.c:PythonCmd() raised UnicodeDecodeError, caused"
+whatsnew/news,,:close,: Connection:close header is sent by requests using URLOpener
+whatsnew/news,,::,": Fix FTP tests for IPv6, bind to ""::1"" instead of ""localhost""."
+whatsnew/news,,:test,: test_subprocess:test_leaking_fds_on_error no longer gives a
+whatsnew/news,,:test,: Fix test_posix:test_getgroups failure under Solaris.  Patch
+whatsnew/news,,:Olimit,Drop -OPT:Olimit compiler option.
+whatsnew/news,,:MAXYEAR,timedelta from date or datetime falls outside of the MINYEAR:MAXYEAR range.
+whatsnew/news,,:bz2,with mode 'r' or 'r:bz2' and a fileobj argument that contained no data or
+whatsnew/news,,:db2,: Add configure option --with-dbmliborder=db1:db2:... to specify
diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -361,7 +361,7 @@
   'Optional Operating System Services' section to use a more user-centric
   classification scheme (splitting them across the new CE section, IPC and
   text processing). Operating system limitatons can be reflected with
-  the Sphinx :platform: tag, it doesn't make sense as part of the Table of
+  the Sphinx ``:platform:`` tag, it doesn't make sense as part of the Table of
   Contents.
 
 - Issue #4966: Bring the sequence docs up to date for the Py3k transition

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list