commit | e5fdedbeda147f3878f82349464f28f184c01658 | [log] [tgz] |
---|---|---|
author | Raymond Hettinger <python@rcn.com> | Thu Dec 10 00:47:21 2009 +0000 |
committer | Raymond Hettinger <python@rcn.com> | Thu Dec 10 00:47:21 2009 +0000 |
tree | b7a53644e818a23a1207de853919654d2398b729 | |
parent | 3e761a98026731d24f3e54cca2f96dc2cf5fa575 [diff] [blame] |
Add a reverse() method to collections.deque().
diff --git a/Misc/NEWS b/Misc/NEWS index 3915e9b..ddf9a04 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -154,6 +154,8 @@ Library ------- +- Add a reverse() method to collections.deque(). + - Issue #6986: Fix crash in the JSON C accelerator when called with the wrong parameter types. Patch by Victor Stinner.