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.

作者 mark.dickinson
收信人 Alexander.Belopolsky, amaury.forgeotdarc, eric.araujo, fredrikj, jess.austin, jribbens, mark.dickinson, r.david.murray, tleeuwenburg@gmail.com, vstinner, webograph
日期 2010-04-20.22:44:52
SpamBayes Score 4.1022426e-07
Marked as misclassified
Message-id <1271803494.94.0.77986560376.issue2706@psf.upfronthosting.co.za>
In-reply-to
内容
Stealing from Tennessee...

Patch committed to py3k in r80290, r80291, with some minor tweaks and fixes:

 - rename delta_remailder to delta_remainder
 - fix memory leak in delta_remainder
 - add whatsnew entry for docs
 - note that timedelta // timedelta returns an integer in docs
 - add tests for raising ZeroDivisionError, and remove uses of
   lambda in favour of using the operator module

Thanks, Alexander!
历史
日期 用户 动作 参数
2010-04-20 22:44:55mark.dickinson修改recipients: + mark.dickinson, jribbens, amaury.forgeotdarc, vstinner, jess.austin, fredrikj, webograph, eric.araujo, r.david.murray, tleeuwenburg@gmail.com, Alexander.Belopolsky
2010-04-20 22:44:54mark.dickinson修改messageid: <1271803494.94.0.77986560376.issue2706@psf.upfronthosting.co.za>
2010-04-20 22:44:52mark.dickinson链接issue2706 messages
2010-04-20 22:44:52mark.dickinson创建