Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0548f5c

Browse files
committed
Regenerate pydoc_topics, fix markup errors, in preparation for 3.4.0 final.
1 parent 3732ed2 commit 0548f5c

3 files changed

Lines changed: 5 additions & 6 deletions

File tree

Doc/tools/sphinxext/susp-ignored.csv

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,4 +282,3 @@ whatsnew/changelog,,:PythonCmd,"With Tk < 8.5 _tkinter.c:PythonCmd() raised Unic
282282
whatsnew/changelog,,::,": Fix FTP tests for IPv6, bind to ""::1"" instead of ""localhost""."
283283
whatsnew/changelog,,::,": Use ""127.0.0.1"" or ""::1"" instead of ""localhost"" as much as"
284284
whatsnew/changelog,,:password,user:password
285-
whatsnew/changelog,,:gz,w:gz

Doc/whatsnew/3.4.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2284,7 +2284,7 @@ Changes in the Python API
22842284
name, they now set it to an empty list. The previous behavior could cause
22852285
the import system to do the wrong thing on submodule imports if there was
22862286
also a directory with the same name as the frozen package. The correct way
2287-
to determine if a module is a package or not is to use``hasattr(module,
2287+
to determine if a module is a package or not is to use ``hasattr(module,
22882288
'__path__')`` (:issue:`18065`).
22892289

22902290
* Frozen modules no longer define a ``__file__`` attribute. It's semantically

0 commit comments

Comments
 (0)