[issue7858] os.utime(file, (0, 0, )) fails on on vfat, but doesn't fail immediately

Chris Lambacher report at bugs.python.org
Sun Nov 21 04:07:54 CET 2010


Chris Lambacher <chris at kateandchris.net> added the comment:

win_utime.patch does not apply cleanly on the py3k branch. Adapted, as in the attached win_utime_updated.patch, the solution does fix the problem.

I have not added a test because I don't know how to deal with the fat32 requirement in order to cause failure, though I did test before and after applying the test on fat32 locally.

----------
nosy: +lambacck
Added file: http://bugs.python.org/file19725/win_utime_updated.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue7858>
_______________________________________


More information about the Python-bugs-list mailing list