]> granicus.if.org Git - python/commit
(Merge 3.3) Fix time.strftime("%Y") on AIX: raise a ValueError for year > 9999
authorVictor Stinner <victor.stinner@gmail.com>
Tue, 25 Jun 2013 00:34:13 +0000 (02:34 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Tue, 25 Jun 2013 00:34:13 +0000 (02:34 +0200)
commitd7a034bd7553719e554beea1746079ba72333015
tree721a7613e7931801e74a176bdb3267d4eb343443
parent7e00151e1f373a5032bea361f8110b4fa264a493
parent36b82d85a32e474117297a9c169b67b4408e3096
(Merge 3.3) Fix time.strftime("%Y") on AIX: raise a ValueError for year > 9999

time.strtime("%Y") returned "2345" when formatting year 12345.
Modules/timemodule.c