commit | 4aec61e0fc29217c93acd0615ad54bd081a64658 | [log] [tgz] |
---|---|---|
author | Raymond Hettinger <python@rcn.com> | Fri Mar 18 21:20:23 2005 +0000 |
committer | Raymond Hettinger <python@rcn.com> | Fri Mar 18 21:20:23 2005 +0000 |
tree | 3fb574eb0ca43704ad5e6a3f21e8f556a1a0b194 | |
parent | 5011c3f7fcda2c6ee7cc970e61e363a4ec1f092e [diff] [blame] |
Add a remove() method to collections.deque objects.
diff --git a/Misc/NEWS b/Misc/NEWS index bfeda83..9e3ffa4 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -49,6 +49,8 @@ Extension Modules ----------------- +- collections.deque objects now support a remove() method. + - operator.itemgetter() and operator.attrgetter() now support retrieving multiple fields. This provides direct support for sorting on multiple keys (primary, secondary, etc).