diff options
author | Raymond Hettinger <python@rcn.com> | 2011-03-25 21:15:24 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2011-03-25 21:15:24 (GMT) |
commit | 1103d05775b41191163379f191d184c6b8a4b1d0 (patch) | |
tree | 247f9c76ab3053a22f3cd0e533a436e04268b273 /Misc | |
parent | 66a4e12da43a4832ed71a1e49600b50d867e87f9 (diff) | |
download | cpython-1103d05775b41191163379f191d184c6b8a4b1d0.zip cpython-1103d05775b41191163379f191d184c6b8a4b1d0.tar.gz cpython-1103d05775b41191163379f191d184c6b8a4b1d0.tar.bz2 |
Issue #11666: Teach pydoc to display full help for named tuples
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -51,6 +51,9 @@ Library - Issue #11628: cmp_to_key generated class should use __slots__ +- Issue #11666: let help() display named tuple attributes and methods + that start with a leading underscore. + - Issue #5537: Fix time2isoz() and time2netscape() functions of httplib.cookiejar for expiration year greater than 2038 on 32-bit systems. |