commit | a48a29947aeb10c62f1780f66b69548e358a5734 | [log] [tgz] |
---|---|---|
author | Raymond Hettinger <python@rcn.com> | Mon Oct 08 21:26:58 2007 +0000 |
committer | Raymond Hettinger <python@rcn.com> | Mon Oct 08 21:26:58 2007 +0000 |
tree | 26b74b13bd03f3e15bd4fbc6493c73f0613a580b | |
parent | 814b04600c7e8a34aa11f3221cb46dfb88ce6942 [diff] |
Eliminate camelcase function name
diff --git a/Misc/NEWS b/Misc/NEWS index 2a1c511..4492590 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -544,7 +544,7 @@ - Added heapq.merge() for merging sorted input streams. -- Added collections.NamedTuple() for assigning field names to tuples. +- Added collections.named_tuple() for assigning field names to tuples. - Added itertools.izip_longest().