cpython: e5bac5b2f38d (original) (raw)

Mercurial > cpython

changeset 90822:e5bac5b2f38d

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. [#18918]

Serhiy Storchaka storchaka@gmail.com
date Sun, 25 May 2014 13:04:46 +0300
parents 4fd17e28d4bf(current diff)3fa76139c908(diff)
children 9724eb19f6d0
files
diffstat 1 files changed, 0 insertions(+), 1 deletions(-)[+] [-] Lib/pydoc.py 1

line wrap: on

line diff

--- 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'),