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-02.13:04:59
SpamBayes Score 3.8372244e-05
Marked as misclassified No
Message-id <CAMpsgwZYaJmKk633W=0BHrLHdssnKJrWFmS-zTAsC5BLz4MOgg@mail.gmail.com>
In-reply-to <1328054491.7.0.0248490784387.issue13882@psf.upfronthosting.co.za>
Content
Patch version 7:
 - Drop datetime.datetime and datetime.timedelta types
 - Conversion to decimal now uses a context with 1 digit to compute
exponent=1/denominator to avoid issue on t.quantize(exponent)
 - Rename the "format" argument to "timestamp" in the time module
 - Rename _PyTime_AsFormat() to _PyTime_Convert()
 - Update the doc
Files
File name Uploaded
time_decimal-7.patch vstinner, 2012-02-02.13:04:54
History
Date User Action Args
2012-02-02 13:05:01vstinnersetrecipients: + vstinner, loewis, mark.dickinson, belopolsky, pitrou, eric.smith, Arfrever, skrah, Alexander.Belopolsky
2012-02-02 13:05:00vstinnerlinkissue13882 messages
2012-02-02 13:04:59vstinnercreate