This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author python-dev
Recipients python-dev, rhettinger, serhiy.storchaka
Date 2015-03-21.08:37:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20150321083745.63564.88717@psf.io>
In-reply-to
Content
New changeset 3d33be07c5a2 by Raymond Hettinger in branch 'default':
Issue 23704:  Add index(), copy(), and insert() to deques.  Register deques as a MutableSequence.
https://hg.python.org/cpython/rev/3d33be07c5a2
History
Date User Action Args
2015-03-21 08:37:48python-devsetrecipients: + python-dev, rhettinger, serhiy.storchaka
2015-03-21 08:37:48python-devlinkissue23704 messages
2015-03-21 08:37:48python-devcreate