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-08.23:52:56
SpamBayes Score 2.4138316e-07
Marked as misclassified No
Message-id <1328745178.81.0.348216396155.issue13882@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2012-02-08 23:53:01vstinnersetrecipients: + vstinner, loewis, mark.dickinson, belopolsky, pitrou, eric.smith, Arfrever, skrah, Alexander.Belopolsky
2012-02-08 23:52:58vstinnersetmessageid: <1328745178.81.0.348216396155.issue13882@psf.upfronthosting.co.za>
2012-02-08 23:52:58vstinnerlinkissue13882 messages
2012-02-08 23:52:58vstinnercreate