Regenerate pydoc_topics, fix markup errors, in preparation for 3.4.0 final.

This commit is contained in:
Larry Hastings 2014-03-15 22:29:19 -07:00
parent 3732ed2414
commit 0548f5c514
3 changed files with 5 additions and 6 deletions

View file

@ -282,4 +282,3 @@ whatsnew/changelog,,:PythonCmd,"With Tk < 8.5 _tkinter.c:PythonCmd() raised Unic
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)
282 whatsnew/changelog :: : Fix FTP tests for IPv6, bind to "::1" instead of "localhost".
283 whatsnew/changelog :: : Use "127.0.0.1" or "::1" instead of "localhost" as much as
284 whatsnew/changelog :password user:password
whatsnew/changelog :gz w:gz

View file

@ -2284,7 +2284,7 @@ Changes in the Python API
name, they now set it to an empty list. The previous behavior could cause
the import system to do the wrong thing on submodule imports if there was
also a directory with the same name as the frozen package. The correct way
to determine if a module is a package or not is to use``hasattr(module,
to determine if a module is a package or not is to use ``hasattr(module,
'__path__')`` (:issue:`18065`).
* Frozen modules no longer define a ``__file__`` attribute. It's semantically

File diff suppressed because one or more lines are too long