commit | b89638148b95c4a018fc8f6c4938ffcd0e1b341a | [log] [tgz] |
---|---|---|
author | Michael W. Hudson <mwh@python.net> | Tue Jul 05 15:21:58 2005 +0000 |
committer | Michael W. Hudson <mwh@python.net> | Tue Jul 05 15:21:58 2005 +0000 |
tree | 5499792d4dded418ef51c94fce69c83de07c43a9 | |
parent | 0257424a2ac6ec89732fb90155657dfd8382b686 [diff] |
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.