Branch: refs/heads/master Home: https://github.com/python/cpython Commit: c94caca65cd38802243b5279cf85ee44ffb2abb8 https://github.com/python/cpython/commit/c94caca65cd38802243b5279cf85ee44ffb2abb8 Author: Victor Stinner <victor.stinner at gmail.com> Date: 2017年06月13日 (2017年6月13日) Changed paths: M Lib/test/test_os.py Log Message: ----------- bpo-30649: test_os tolerates 50 ms delta for utime (#2156) On Windows, tolerate a delta of 50 ms instead of 20 ms in test_utime_current() and test_utime_current_old() of test_os. On other platforms, reduce the delta from 20 ms to 10 ms.