[Python-checkins] cpython (merge 3.4 -> default): Issue #18918: Removed non-existing topic from a list of available topics.

serhiy.storchaka python-checkins at python.org
Sun May 25 12:05:04 CEST 2014


http://hg.python.org/cpython/rev/e5bac5b2f38d
changeset:   90822:e5bac5b2f38d
parent:      90820:4fd17e28d4bf
parent:      90821:3fa76139c908
user:        Serhiy Storchaka <storchaka at gmail.com>
date:        Sun May 25 13:04:46 2014 +0300
summary:
  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.

files:
  Lib/pydoc.py |  1 -
  1 files changed, 0 insertions(+), 1 deletions(-)


diff --git a/Lib/pydoc.py b/Lib/pydoc.py
--- a/Lib/pydoc.py
+++ b/Lib/pydoc.py
@@ -1733,7 +1733,6 @@
         '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'),

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list