]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue 11004: Fix edge case for deque.count().
authorRaymond Hettinger <python@rcn.com>
Tue, 25 Jan 2011 21:43:29 +0000 (21:43 +0000)
committerRaymond Hettinger <python@rcn.com>
Tue, 25 Jan 2011 21:43:29 +0000 (21:43 +0000)
commit57a8689b55ee3a26f53b4b743901b3a55b57b46c
tree9a6f76c1a36b8a510baa7b9ca4f0cf58cd326d47
parent51581de168f1c931b144fb8c61cdfbaf2c53734f
Issue 11004: Fix edge case for deque.count().
Lib/test/test_deque.py
Misc/NEWS
Modules/_collectionsmodule.c