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

Antoine Pitrou report at bugs.python.org
Fri Feb 5 18:27:00 CET 2010


Antoine Pitrou <pitrou at free.fr> added the comment:

Looks like a missing "goto done" in posix_utime(), posixmodule.c, line 2805. Could you test the following patch?

----------
keywords: +patch
nosy: +pitrou
priority:  -> normal
stage:  -> needs patch
type:  -> behavior
versions: +Python 2.7, Python 3.1, Python 3.2 -Python 2.5
Added file: http://bugs.python.org/file16142/win_utime.patch

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


More information about the Python-bugs-list mailing list