summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Misc/NEWS4
1 files changed, 1 insertions, 3 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 836ad1c..f0e24b2 100644
--- 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.