]> granicus.if.org Git - python/commit
Use ValueError, not RuntimeError for a utime flag combination illegal on some systems.
authorGeorg Brandl <georg@python.org>
Tue, 26 Jun 2012 07:25:44 +0000 (09:25 +0200)
committerGeorg Brandl <georg@python.org>
Tue, 26 Jun 2012 07:25:44 +0000 (09:25 +0200)
commit969288e488f6d261fbfbab43dcbe6bb6afce28c0
tree325fb75d539e7d55f0fb78e5684437c336097d64
parenta4b018f0cd9c1b84f4c6bf3b3dc893237c46df94
Use ValueError, not RuntimeError for a utime flag combination illegal on some systems.
Lib/test/test_posix.py
Modules/posixmodule.c