diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2014-05-25 10:04:13 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2014-05-25 10:04:13 (GMT) |
commit | 5bb446f57e452e0f2168e20c21dd861539c539ef (patch) | |
tree | 5a4fb09b523e009260d4853d7c7850f4682e8fad /Lib/pydoc.py | |
parent | 1b392ffe67febbe8740520289bb828fdf060e363 (diff) | |
download | cpython-5bb446f57e452e0f2168e20c21dd861539c539ef.zip cpython-5bb446f57e452e0f2168e20c21dd861539c539ef.tar.gz cpython-5bb446f57e452e0f2168e20c21dd861539c539ef.tar.bz2 |
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.
Diffstat (limited to 'Lib/pydoc.py')
-rwxr-xr-x | Lib/pydoc.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/pydoc.py b/Lib/pydoc.py index 42f48e1..220a3cb 100755 --- 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', ''), 'SPECIALATTRIBUTES': ('specialattrs', ''), 'CLASSES': ('types', 'class SPECIALMETHODS PRIVATENAMES'), 'MODULES': ('typesmodules', 'import'), |