Message9465

Author zyasoft
Recipients pekka.klarck, zyasoft
Date 2015-01-29.13:50:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1422539452.68.0.120929340003.issue2256@psf.upfronthosting.co.za>
In-reply-to
Content
This is worked around in CPython posixmodule.c, per the source:

#ifdef MS_WINDOWS
/* The CRT of Windows has a number of flaws wrt. its stat() implementation:
   - time stamps are restricted to second resolution
   - file modification times suffer from forth-and-back conversions between
     UTC and local time
   Therefore, we implement our own stat, based on the Win32 API directly.
*/

Other than using Java 7's DosFileAttributes instead of the Win32 API directly, our fix for this and #1658 will follow what is done in CPython.
History
Date User Action Args
2015-01-29 13:50:52zyasoftsetmessageid: <1422539452.68.0.120929340003.issue2256@psf.upfronthosting.co.za>
2015-01-29 13:50:52zyasoftsetrecipients: + zyasoft, pekka.klarck
2015-01-29 13:50:52zyasoftlinkissue2256 messages
2015-01-29 13:50:51zyasoftcreate