Message152916
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. |
|
| Date |
User |
Action |
Args |
| 2012-02-08 23:53:01 | vstinner | set | recipients:
+ vstinner, loewis, mark.dickinson, belopolsky, pitrou, eric.smith, Arfrever, skrah, Alexander.Belopolsky |
| 2012-02-08 23:52:58 | vstinner | set | messageid: <[email protected]> |
| 2012-02-08 23:52:58 | vstinner | link | issue13882 messages |
| 2012-02-08 23:52:58 | vstinner | create | |
|