commit | 5f516edd77d00cae24d287285e455833d44097a7 | [log] [tgz] |
---|---|---|
author | Raymond Hettinger <python@rcn.com> | Sat Apr 03 18:10:37 2010 +0000 |
committer | Raymond Hettinger <python@rcn.com> | Sat Apr 03 18:10:37 2010 +0000 |
tree | b641c275a7a93359ee7568c77350e96b50e00339 | |
parent | 30583e3f3890feb59fcedd74637d83c0c03ad958 [diff] [blame] |
Add count() method to collections.deque().
diff --git a/Misc/NEWS b/Misc/NEWS index e942fb7..5001145 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -1223,7 +1223,7 @@ Library ------- -- Add a reverse() method to collections.deque(). +- Add count() and reverse() methods to collections.deque(). - Fix variations of extending deques: d.extend(d) d.extendleft(d) d+=d