commit | 9aa5a34b6b38ef9eec67f80a8f105c8c5a7a9c10 | [log] [tgz] |
---|---|---|
author | Raymond Hettinger <python@rcn.com> | Fri Mar 25 16:00:13 2011 -0700 |
committer | Raymond Hettinger <python@rcn.com> | Fri Mar 25 16:00:13 2011 -0700 |
tree | 0a91fce7125acf1fa6ba1605cf5c6ccc291d0a9a | |
parent | f9e9a6f403af61c6aead4cfe766fb1efbb058171 [diff] [blame] |
Issue #11666: Teach pydoc to display full help for named tuples
diff --git a/Misc/NEWS b/Misc/NEWS index 4344e37..4447289 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -43,6 +43,9 @@ Library ------- +- Issue #11666: let help() display named tuple attributes and methods + that start with a leading underscore. + - Issue #11673: Fix multiprocessing Array and RawArray constructors to accept a size of type 'long', rather than only accepting 'int'.