| commit | adf9ffdfbe0fb00f5a47444c1dc53eb280d0bd0a | [log] [tgz] |
|---|---|---|
| author | Raymond Hettinger <python@rcn.com> | Thu Dec 13 00:08:37 2007 +0000 |
| committer | Raymond Hettinger <python@rcn.com> | Thu Dec 13 00:08:37 2007 +0000 |
| tree | d006a49e33601df220458519b651e15660108b26 | |
| parent | 842c178442a9b9b855d9773dbe2e8ac3d6d79895 [diff] |
Fix bug 1604. deque.__init__() did not clear existing contents like list.__init__. Not a backport candidate.