commit | a5fd24e97d18f96740c8ad02ea824ca6bb410cba | [log] [tgz] |
---|---|---|
author | Raymond Hettinger <python@rcn.com> | Thu Dec 10 06:42:54 2009 +0000 |
committer | Raymond Hettinger <python@rcn.com> | Thu Dec 10 06:42:54 2009 +0000 |
tree | 65639a13557ae8c7f42ed225a4b1facf181d6dcd | |
parent | 0b3263b073245e29b83fd8795c085ac96205dee0 [diff] [blame] |
Add a reverse() method to collections.deque().
diff --git a/Misc/NEWS b/Misc/NEWS index 3cd0b42..e4c3918 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -513,6 +513,8 @@ Library ------- +- Add a reverse() method to collections.deque(). + - Fix variations of extending deques: d.extend(d) d.extendleft(d) d+=d - Issue #6986: Fix crash in the JSON C accelerator when called with the