[issue22097] Linked list API for ordereddict
Martin v. Löwis
report at bugs.python.org
Tue Jul 29 17:39:37 CEST 2014
Martin v. Löwis added the comment:
> 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.
----------
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue22097>
_______________________________________
More information about the Python-bugs-list
mailing list