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 rhettinger
Recipients rhettinger, serhiy.storchaka
Date 2015-03-21.07:41:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1426923672.94.0.173328044923.issue23704@psf.upfronthosting.co.za>
In-reply-to
Content
For now, I prefer to continue using rotate() as a primitive and am saving circular shifts for another day (likely when I start working on slices).

FWIW, the only way for append() to fail is a memory error; in which case, I would ilke to stop doing any work at alll and return a soon as possible, even if it means leaving the deque in a reordered state.
History
Date User Action Args
2015-03-21 07:41:12rhettingersetrecipients: + rhettinger, serhiy.storchaka
2015-03-21 07:41:12rhettingersetmessageid: <1426923672.94.0.173328044923.issue23704@psf.upfronthosting.co.za>
2015-03-21 07:41:12rhettingerlinkissue23704 messages
2015-03-21 07:41:12rhettingercreate