]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #13847: time.localtime() and time.gmtime() now raise an OSError instead
authorVictor Stinner <victor.stinner@haypocalc.com>
Thu, 26 Jan 2012 23:08:48 +0000 (00:08 +0100)
committerVictor Stinner <victor.stinner@haypocalc.com>
Thu, 26 Jan 2012 23:08:48 +0000 (00:08 +0100)
commitc1b5d34ede2701cf45f35cf52d33d8dca5059ec6
treeeb986539565614701c5fee77b6c69746e68790fc
parentc9e7ef7d70f531864ffef222ff72ccf75a9425c5
Issue #13847: time.localtime() and time.gmtime() now raise an OSError instead
of ValueError on failure. time.ctime() and time.asctime() now raises an
OSError if localtime() failed.
Lib/test/test_time.py
Misc/NEWS
Modules/timemodule.c