➜

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.

作者 eric.snow
收信人 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
日期 2013-01-25.21:18:18
SpamBayes Score -1.0
Marked as misclassified 是
Message-id <1359148699.12.0.737135637998.issue16651@psf.upfronthosting.co.za>
In-reply-to
内容
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
历史
日期 用户 动作 参数
2013-01-25 21:18:19eric.snow修改recipients: + 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.snow修改messageid: <1359148699.12.0.737135637998.issue16651@psf.upfronthosting.co.za>
2013-01-25 21:18:19eric.snow链接issue16651 messages
2013-01-25 21:18:18eric.snow创建