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 serhiy.storchaka
Recipients jcea, larry, rhettinger, serhiy.storchaka
Date 2016-01-04.11:56:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1451908605.94.0.216036283398.issue17394@psf.upfronthosting.co.za>
In-reply-to
Content
Proposed patch implements getting, deleting and setting slices in deque.

Getting a slice returns a list, but this can be changed if needed.
History
Date User Action Args
2016-01-04 11:56:46serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, jcea, larry
2016-01-04 11:56:45serhiy.storchakasetmessageid: <1451908605.94.0.216036283398.issue17394@psf.upfronthosting.co.za>
2016-01-04 11:56:45serhiy.storchakalinkissue17394 messages
2016-01-04 11:56:45serhiy.storchakacreate