commit | 01a0957f061cd2d4d5b849ad1ff6afa3016de26b | [log] [tgz] |
---|---|---|
author | Raymond Hettinger <python@rcn.com> | Tue Oct 23 20:37:41 2007 +0000 |
committer | Raymond Hettinger <python@rcn.com> | Tue Oct 23 20:37:41 2007 +0000 |
tree | 6d8ce7dcf6001b6e8f36fc9f6a2d3c1592c42e25 | |
parent | 910ab50091f650481d1875c9c4c5cf91087856f2 [diff] [blame] |
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.