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 Arfrever, BreamoreBoy, Claudiu.Popa, emaste, harrison.grundy, jcea, koobs, larry, pitrou, python-dev, r.david.murray, trent, vstinner
Date 2015-06-12.15:54:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1434124449.49.0.720650215945.issue15745@psf.upfronthosting.co.za>
In-reply-to
Content
I pushed test_utime.patch with minor updates:

* _test_utime_current() now also checks if the FS supports subsecond
* use a delta of 20 ms in _test_utime_current(), instead of 10 ms, for Windows

I will wait for FreeBSD and Solaris buildbots to see if my changes fixes failures on os.utime() tests. If it's a success, I will backport the change to Python 3.4.
History
Date User Action Args
2015-06-12 15:54:09vstinnersetrecipients: + vstinner, jcea, pitrou, larry, trent, Arfrever, r.david.murray, Claudiu.Popa, BreamoreBoy, python-dev, koobs, emaste, harrison.grundy
2015-06-12 15:54:09vstinnersetmessageid: <1434124449.49.0.720650215945.issue15745@psf.upfronthosting.co.za>
2015-06-12 15:54:09vstinnerlinkissue15745 messages
2015-06-12 15:54:09vstinnercreate