]> granicus.if.org Git - python/commit
Fix variants of deque.extend: d.extend(d) d+=d d.extendleft(d)
authorRaymond Hettinger <python@rcn.com>
Thu, 10 Dec 2009 03:03:02 +0000 (03:03 +0000)
committerRaymond Hettinger <python@rcn.com>
Thu, 10 Dec 2009 03:03:02 +0000 (03:03 +0000)
commit3f9afd816de4067b8277bfe0241cf15d34b13e47
tree4701c6f2330249aeee9a01bd061b2cee3d064e2d
parent0f6cae0bffa52b16e09fce41c388b1ef70404c28
Fix variants of deque.extend:  d.extend(d)   d+=d  d.extendleft(d)
Lib/test/test_deque.py
Misc/NEWS
Modules/_collectionsmodule.c