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 Jim.Jewett
Recipients Akuli, Jim.Jewett, ShubhamKJha, Yuan, pablogsal, rhettinger, serhiy.storchaka
Date 2020-07-27.22:32:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1595889138.68.0.367361990769.issue41409@roundup.psfhosted.org>
In-reply-to
Content
It may well have been intentional, as deques should normally be mutated only at the ends.  But Raymond did make changes to conform to the ABC, so this should probably be supported too.  Go ahead and include docstrings and/or discouraging it, though, except for i=0 and i=-1
History
Date User Action Args
2020-07-27 22:32:18Jim.Jewettsetrecipients: + Jim.Jewett, rhettinger, serhiy.storchaka, Akuli, pablogsal, ShubhamKJha, Yuan
2020-07-27 22:32:18Jim.Jewettsetmessageid: <1595889138.68.0.367361990769.issue41409@roundup.psfhosted.org>
2020-07-27 22:32:18Jim.Jewettlinkissue41409 messages
2020-07-27 22:32:18Jim.Jewettcreate