Commit 9864fe75 authored by Serhiy Storchaka's avatar Serhiy Storchaka

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.
parent 32279a5f
......@@ -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'),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment