From: Serhiy Storchaka Date: Sun, 25 May 2014 10:04:13 +0000 (+0300) Subject: Issue #18918: Removed non-existing topic from a list of available topics. X-Git-Tag: v3.4.2rc1~508 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5bb446f57e452e0f2168e20c21dd861539c539ef;p=python 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. --- diff --git a/Lib/pydoc.py b/Lib/pydoc.py index 42f48e1d63..220a3cb1cc 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'),