merge with 3.4

This commit is contained in:
Georg Brandl 2014-03-18 07:47:35 +01:00
commit 3f2350c647
2 changed files with 2 additions and 6 deletions

View File

@ -20,7 +20,8 @@ compile Python sources.
.. program:: compileall
.. cmdoption:: [directory|file]...
.. cmdoption:: directory ...
file ...
Positional arguments are files to compile or directories that contain
source files, traversed recursively. If no argument is given, behave as if

View File

@ -276,10 +276,5 @@ 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,,: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"
whatsnew/changelog,,:password,user:password
whatsnew/changelog,,:gz,w:gz

1 c-api/arg :ref PyArg_ParseTuple(args, "O|O:ref", &object, &callback)
276 whatsnew/3.2 :gz >>> with tarfile.open(name='myarchive.tar.gz', mode='w:gz') as tf:
277 whatsnew/3.2 :location zope9-location = ${zope9:location}
278 whatsnew/3.2 :prefix zope-conf = ${custom:prefix}/etc/zope.conf
whatsnew/changelog :platform :platform:
279 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".
280 whatsnew/changelog :: : Use "127.0.0.1" or "::1" instead of "localhost" as much as
whatsnew/changelog :password user:password
whatsnew/changelog :gz w:gz