]> granicus.if.org Git - python/commit
Issue #7858: Raise an error properly when os.utime() fails under Windows
authorAntoine Pitrou <solipsis@pitrou.net>
Thu, 6 Jan 2011 18:25:55 +0000 (18:25 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Thu, 6 Jan 2011 18:25:55 +0000 (18:25 +0000)
commite85da7aa4f575e9925afafdb332b17e085c4aea1
tree651ce4291e462d432d921dc2d94521519b3f68bd
parentb715fac819fadf56dc8ae0a7769e20ec053baa6d
Issue #7858: Raise an error properly when os.utime() fails under Windows
on an existing file.

(this does not seem to be easily testable)
Misc/NEWS
Modules/posixmodule.c