]> granicus.if.org Git - python/commitdiff
Issue #18918: Removed non-existing topic from a list of available topics.
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 25 May 2014 10:04:13 +0000 (13:04 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Sun, 25 May 2014 10:04:13 +0000 (13:04 +0300)
The 'File objects' section was removed in Python 3.
Patch by Claudiu Popa.

Lib/pydoc.py

index 42f48e1d63080c439794f63c339799166fde5fd0..220a3cb1ccc8071a3933c73b6e4048267dd8ae9d 100755 (executable)
@@ -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'),