commit | 3f9afd816de4067b8277bfe0241cf15d34b13e47 | [log] [tgz] |
---|---|---|
author | Raymond Hettinger <python@rcn.com> | Thu Dec 10 03:03:02 2009 +0000 |
committer | Raymond Hettinger <python@rcn.com> | Thu Dec 10 03:03:02 2009 +0000 |
tree | 4701c6f2330249aeee9a01bd061b2cee3d064e2d | |
parent | 0f6cae0bffa52b16e09fce41c388b1ef70404c28 [diff] |
Fix variants of deque.extend: d.extend(d) d+=d d.extendleft(d)