]> granicus.if.org Git - python/commit
Fix bug
authorMichael W. Hudson <mwh@python.net>
Tue, 5 Jul 2005 15:21:58 +0000 (15:21 +0000)
committerMichael W. Hudson <mwh@python.net>
Tue, 5 Jul 2005 15:21:58 +0000 (15:21 +0000)
commitb89638148b95c4a018fc8f6c4938ffcd0e1b341a
tree5499792d4dded418ef51c94fce69c83de07c43a9
parent0257424a2ac6ec89732fb90155657dfd8382b686
Fix bug

1232517 ] OverflowError in time.utime() causes strange traceback

A needed error check was missing.

(Actually, this error check may only have become necessary in fairly
recent Python, not sure).

Backport candidate.
Misc/NEWS
Modules/posixmodule.c