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 ezio.melotti, loewis, pitrou, rhettinger, serhiy.storchaka, vstinner, yaubi
Date 2014-07-29.15:41:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <53D7C09B.9070106@free.fr>
In-reply-to <53D7C03E.6030107@v.loewis.de>
Content
> I don't know about the collections module. All I'm saying is that
> a linked list with an efficient insert_after(x) could be implemented.
> I'm not seeing one on PyPI

See https://pypi.python.org/pypi/llist/
(and probably others)
History
Date User Action Args
2014-07-29 15:41:18pitrousetrecipients: + pitrou, loewis, rhettinger, vstinner, ezio.melotti, yaubi, serhiy.storchaka
2014-07-29 15:41:18pitroulinkissue22097 messages
2014-07-29 15:41:18pitroucreate