Shorter name for namedtuple()
diff --git a/Misc/NEWS b/Misc/NEWS
index b51c7fd..836ad1c 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -798,6 +798,8 @@
 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.