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.

作者 vstinner
收信人 Alexander.Belopolsky, Arfrever, belopolsky, eric.smith, loewis, mark.dickinson, pitrou, skrah, vstinner
日期 2012-02-02.13:04:59
SpamBayes Score 3.8372244e-05
Marked as misclassified
Message-id <CAMpsgwZYaJmKk633W=0BHrLHdssnKJrWFmS-zTAsC5BLz4MOgg@mail.gmail.com>
In-reply-to <1328054491.7.0.0248490784387.issue13882@psf.upfronthosting.co.za>
内容
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
文件
文件名 上传时间
time_decimal-7.patch vstinner, 2012-02-02.13:04:54
历史
日期 用户 动作 参数
2012-02-02 13:05:01vstinner修改recipients: + vstinner, loewis, mark.dickinson, belopolsky, pitrou, eric.smith, Arfrever, skrah, Alexander.Belopolsky
2012-02-02 13:05:00vstinner链接issue13882 messages
2012-02-02 13:04:59vstinner创建