Merge suspicious ignore file updates with 3.3.

This commit is contained in:
Ezio Melotti 2012-10-01 07:18:55 +03:00
commit f1d2345842
2 changed files with 13 additions and 1 deletions

View File

@ -357,3 +357,15 @@ whatsnew/3.2,,:location,... zope9-location = ${zope9:location}
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

1 c-api/arg :ref PyArg_ParseTuple(args, "O|O:ref", &object, &callback)
357 whatsnew/3.2 :location zope9-location = ${zope9:location}
358 whatsnew/3.2 :prefix ... zope-conf = ${custom:prefix}/etc/zope.conf
359 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

View File

@ -361,7 +361,7 @@ Documentation
'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