commit | 1f1613f0ccecaa8b87310caec39fc2b274205f73 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Thu Jan 06 18:30:26 2011 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Thu Jan 06 18:30:26 2011 +0000 |
tree | 15000e1c1a1fdb9a35148b22e9cec54b0c2dac4c | |
parent | 4c29e1cd01f2bd4142a45ef359e045d79d444fcb [diff] |
Merged revisions 87802 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r87802 | antoine.pitrou | 2011-01-06 19:25:55 +0100 (jeu., 06 janv. 2011) | 6 lines Issue #7858: Raise an error properly when os.utime() fails under Windows on an existing file. (this does not seem to be easily testable) ........