Message152916
| 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. |
|