summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2014-05-25 10:04:46 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2014-05-25 10:04:46 (GMT)
commit1691e35953858ae06b5198bf12c72a6cd0e0234b (patch)
tree5a261adb5ac50eb42e5fc7be3a97555bfc7ef566
parent2f8dca735e9e30aab6cea2270875021b3098bd2a (diff)
parent5bb446f57e452e0f2168e20c21dd861539c539ef (diff)
downloadcpython-1691e35953858ae06b5198bf12c72a6cd0e0234b.zip
cpython-1691e35953858ae06b5198bf12c72a6cd0e0234b.tar.gz
cpython-1691e35953858ae06b5198bf12c72a6cd0e0234b.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.
-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'),