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.
This commit is contained in:
Serhiy Storchaka 2014-05-25 13:04:46 +03:00
commit 1691e35953

View file

@ -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'),