mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
Add count() method to collections.deque().
This commit is contained in:
parent
30583e3f38
commit
5f516edd77
4 changed files with 56 additions and 1 deletions
|
@ -1223,7 +1223,7 @@ Core and Builtins
|
|||
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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue