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 loewis
Recipients ezio.melotti, loewis, pitrou, rhettinger, serhiy.storchaka, vstinner, yaubi
Date 2014-07-29.15:39:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <53D7C03E.6030107@v.loewis.de>
In-reply-to <53D7A2FA.6010805@free.fr>
Content
> Are you suggesting the collections module is ready for a linked list 
> implementation to go into it?

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, so if this was a desirable thing to have
in the standard library, it should probably have a life on PyPI first.
History
Date User Action Args
2014-07-29 15:39:37loewissetrecipients: + loewis, rhettinger, pitrou, vstinner, ezio.melotti, yaubi, serhiy.storchaka
2014-07-29 15:39:37loewislinkissue22097 messages
2014-07-29 15:39:37loewiscreate