diff options
author | Raymond Hettinger <python@rcn.com> | 2007-10-23 21:23:07 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2007-10-23 21:23:07 (GMT) |
commit | cd3c108ca11c425d557dc86cd1e554ee98681445 (patch) | |
tree | 74521f13e0924e37921debf1423727c1fc95b4ee | |
parent | 6d57c827a7e9060033e23a324a8c9b65c74ed428 (diff) | |
download | cpython-cd3c108ca11c425d557dc86cd1e554ee98681445.zip cpython-cd3c108ca11c425d557dc86cd1e554ee98681445.tar.gz cpython-cd3c108ca11c425d557dc86cd1e554ee98681445.tar.bz2 |
Fixup news entry
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -550,7 +550,7 @@ Library - Added heapq.merge() for merging sorted input streams. -- Added collections.named_tuple() for assigning field names to tuples. +- Added collections.namedtuple() for assigning field names to tuples. - Added itertools.izip_longest(). @@ -798,8 +798,6 @@ Library Extension Modules ----------------- -- collections.defaultdict now has a repr() function that can be run through eval() - - Patch #1388440: Add set_completion_display_matches_hook and get_completion_type to readline. |