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.

作者 rhettinger
收信人 Arfrever, alex, amaury.forgeotdarc, asvetlov, brett.cannon, brian.curtin, chris.jerdonek, christian.heimes, eric.araujo, eric.snow, ezio.melotti, meador.inge, pitrou, pjenvey, rhettinger, serhiy.storchaka, terry.reedy, tshepang, zach.ware
日期 2013-03-11.02:44:48
SpamBayes Score -1.0
Marked as misclassified
Message-id <1362969888.77.0.418689797235.issue16651@psf.upfronthosting.co.za>
In-reply-to
内容
I don't think itertools or collections.deque should go on this list.  The other implementations already have these and a pure python versions miss the point of these being high performance tools.  AFAICT, there is zero benefit to adding a bunch of extra code that will never get used.  It will only complicate my maintenance of those modules.
历史
日期 用户 动作 参数
2013-03-11 02:44:48rhettinger修改recipients: + rhettinger, brett.cannon, terry.reedy, amaury.forgeotdarc, pitrou, christian.heimes, pjenvey, ezio.melotti, eric.araujo, Arfrever, alex, brian.curtin, asvetlov, meador.inge, chris.jerdonek, tshepang, eric.snow, zach.ware, serhiy.storchaka
2013-03-11 02:44:48rhettinger修改messageid: <1362969888.77.0.418689797235.issue16651@psf.upfronthosting.co.za>
2013-03-11 02:44:48rhettinger链接issue16651 messages
2013-03-11 02:44:48rhettinger创建