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-08.23:52:56
SpamBayes Score 2.4138316e-07
Marked as misclassified
Message-id <1328745178.81.0.348216396155.issue13882@psf.upfronthosting.co.za>
In-reply-to
内容
Patch version 13:
 - os.utime(path) sets the access and modification time using the currenet time with a subsecond resolution (e.g. microsecond resolution on Linux)
 - os.*utime*() functions uses _PyTime_t type and functions
 - add many functions to manipulate timeval, timespec and FILETIME types with _PyTime_t, add _PyTime_SetDenominator() function for that
 - coding style: follow PEP 7 rules for braces

So more functions (including os.*utime*()) "accept" Decimal, but using an implicit conversion to float.
历史
日期 用户 动作 参数
2012-02-08 23:53:01vstinner修改recipients: + vstinner, loewis, mark.dickinson, belopolsky, pitrou, eric.smith, Arfrever, skrah, Alexander.Belopolsky
2012-02-08 23:52:58vstinner修改messageid: <1328745178.81.0.348216396155.issue13882@psf.upfronthosting.co.za>
2012-02-08 23:52:58vstinner链接issue13882 messages
2012-02-08 23:52:58vstinner创建