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 pitrou
Recipients pitrou, rhettinger, serhiy.storchaka
Date 2014-07-28.21:30:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1406583029.35.0.857255601544.issue22097@psf.upfronthosting.co.za>
In-reply-to
Content
Right now Python doesn't have an ordered container which allows O(1) insertion at any place. It would be nice to have such an API on ordered dicts (e.g. insert_after() / insert_before()).
History
Date User Action Args
2014-07-28 21:30:29pitrousetrecipients: + pitrou, rhettinger, serhiy.storchaka
2014-07-28 21:30:29pitrousetmessageid: <1406583029.35.0.857255601544.issue22097@psf.upfronthosting.co.za>
2014-07-28 21:30:29pitroulinkissue22097 messages
2014-07-28 21:30:29pitroucreate