cpython: 3fa76139c908 (original) (raw)
Mercurial > cpython
changeset 90821:3fa76139c908 3.4
Issue #18918: Removed non-existing topic from a list of available topics. The 'File objects' section was removed in Python 3. Patch by Claudiu Popa. [#18918]
Serhiy Storchaka storchaka@gmail.com | |
---|---|
date | Sun, 25 May 2014 13:04:13 +0300 |
parents | 038cbbef4539 |
children | e5bac5b2f38d 9bdbe0b08dff |
files | Lib/pydoc.py |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-)[+] [-] Lib/pydoc.py 1 |
line wrap: on
line diff
--- a/Lib/pydoc.py +++ b/Lib/pydoc.py @@ -1733,7 +1733,6 @@ class Helper: 'TRACEBACKS': 'TYPES', 'NONE': ('bltin-null-object', ''), 'ELLIPSIS': ('bltin-ellipsis-object', 'SLICINGS'),
'FILES': ('bltin-file-objects', ''),[](#l1.7) 'SPECIALATTRIBUTES': ('specialattrs', ''),[](#l1.8) 'CLASSES': ('types', 'class SPECIALMETHODS PRIVATENAMES'),[](#l1.9) 'MODULES': ('typesmodules', 'import'),[](#l1.10)