summaryrefslogtreecommitdiffstats
path: root/Lib/pydoc.py
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2014-05-25 10:04:13 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2014-05-25 10:04:13 (GMT)
commit5bb446f57e452e0f2168e20c21dd861539c539ef (patch)
tree5a4fb09b523e009260d4853d7c7850f4682e8fad /Lib/pydoc.py
parent1b392ffe67febbe8740520289bb828fdf060e363 (diff)
downloadcpython-5bb446f57e452e0f2168e20c21dd861539c539ef.zip
cpython-5bb446f57e452e0f2168e20c21dd861539c539ef.tar.gz
cpython-5bb446f57e452e0f2168e20c21dd861539c539ef.tar.bz2
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.
Diffstat (limited to 'Lib/pydoc.py')
-rwxr-xr-xLib/pydoc.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/pydoc.py b/Lib/pydoc.py
index 42f48e1..220a3cb 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'),