Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5bb446f

Browse files
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.
1 parent 1b392ff commit 5bb446f

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Lib/pydoc.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1733,7 +1733,6 @@ class Helper:
17331733
'TRACEBACKS': 'TYPES',
17341734
'NONE': ('bltin-null-object', ''),
17351735
'ELLIPSIS': ('bltin-ellipsis-object', 'SLICINGS'),
1736-
'FILES': ('bltin-file-objects', ''),
17371736
'SPECIALATTRIBUTES': ('specialattrs', ''),
17381737
'CLASSES': ('types', 'class SPECIALMETHODS PRIVATENAMES'),
17391738
'MODULES': ('typesmodules', 'import'),

0 commit comments

Comments
 (0)