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 eric.snow
Recipients Arfrever, alex, amaury.forgeotdarc, asvetlov, brett.cannon, brian.curtin, chris.jerdonek, christian.heimes, eric.araujo, eric.snow, meador.inge, pitrou, pjenvey, serhiy.storchaka, terry.reedy, zach.ware
Date 2013-01-25.21:18:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1359148699.12.0.737135637998.issue16651@psf.upfronthosting.co.za>
In-reply-to
Content
Also missing a pure-Python implementation:

collections.defaultdict (relatively trivial)
collections.deque

In the spirit of what Brett said, I found that PyPy has an implementation already:

  https://bitbucket.org/pypy/pypy/src/default/lib_pypy/_collections.py

Jython and IronPython do not have pure Python implentations:
  http://hg.python.org/jython/file/default/src/org/python/modules/_collections
  http://ironpython.codeplex.com/SourceControl/changeset/view/99885#1091023
History
Date User Action Args
2013-01-25 21:18:19eric.snowsetrecipients: + eric.snow, brett.cannon, terry.reedy, amaury.forgeotdarc, pitrou, christian.heimes, pjenvey, eric.araujo, Arfrever, alex, brian.curtin, asvetlov, meador.inge, chris.jerdonek, zach.ware, serhiy.storchaka
2013-01-25 21:18:19eric.snowsetmessageid: <1359148699.12.0.737135637998.issue16651@psf.upfronthosting.co.za>
2013-01-25 21:18:19eric.snowlinkissue16651 messages
2013-01-25 21:18:18eric.snowcreate