]> granicus.if.org Git - python/commitdiff
Fixup news entry
authorRaymond Hettinger <python@rcn.com>
Tue, 23 Oct 2007 21:23:07 +0000 (21:23 +0000)
committerRaymond Hettinger <python@rcn.com>
Tue, 23 Oct 2007 21:23:07 +0000 (21:23 +0000)
Misc/NEWS

index 836ad1c6e41c66bf186d1a0f12f03719c5a2abf0..f0e24b25390e8cd84a0cb8923eeb9aa934060d67 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.