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 vstinner
Recipients Alexander.Belopolsky, Arfrever, belopolsky, eric.smith, loewis, mark.dickinson, pitrou, skrah, vstinner
Date 2012-02-12.11:11:22
SpamBayes Score 0.049488474
Marked as misclassified No
Message-id <1329045098.71.0.411806602462.issue13882@psf.upfronthosting.co.za>
In-reply-to
Content
Patch version 15:
 - round "correctly"
 - datetime.date.fromtimestamp() and datetime.datetime.fromtimestamp() reuses _PyTime_t API to support decimal.Decimal without loss of precision
 - add more tests
History
Date User Action Args
2012-02-12 11:11:39vstinnersetrecipients: + vstinner, loewis, mark.dickinson, belopolsky, pitrou, eric.smith, Arfrever, skrah, Alexander.Belopolsky
2012-02-12 11:11:38vstinnersetmessageid: <1329045098.71.0.411806602462.issue13882@psf.upfronthosting.co.za>
2012-02-12 11:11:38vstinnerlinkissue13882 messages
2012-02-12 11:11:38vstinnercreate