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 mark.dickinson
Recipients Alexander.Belopolsky, amaury.forgeotdarc, eric.araujo, fredrikj, jess.austin, jribbens, mark.dickinson, r.david.murray, tleeuwenburg@gmail.com, vstinner, webograph
Date 2010-04-20.22:44:52
SpamBayes Score 4.1022426e-07
Marked as misclassified No
Message-id <1271803494.94.0.77986560376.issue2706@psf.upfronthosting.co.za>
In-reply-to
Content
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!
History
Date User Action Args
2010-04-20 22:44:55mark.dickinsonsetrecipients: + 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.dickinsonsetmessageid: <1271803494.94.0.77986560376.issue2706@psf.upfronthosting.co.za>
2010-04-20 22:44:52mark.dickinsonlinkissue2706 messages
2010-04-20 22:44:52mark.dickinsoncreate