commit | 32ea16577d2fd8994730250572957888c3e48f84 | [log] [tgz] |
---|---|---|
author | Raymond Hettinger <python@rcn.com> | Sat Mar 21 01:37:37 2015 -0700 |
committer | Raymond Hettinger <python@rcn.com> | Sat Mar 21 01:37:37 2015 -0700 |
tree | ef64b1b9c8022d3eb3bf089330060199be61a212 | |
parent | 0a9e2721fa8605e7e8957bf658718a63c286c8b1 [diff] |
Issue 23704: Add index(), copy(), and insert() to deques. Register deques as a MutableSequence.