From: Victor Stinner Date: Tue, 25 Jun 2013 00:34:13 +0000 (+0200) Subject: (Merge 3.3) Fix time.strftime("%Y") on AIX: raise a ValueError for year > 9999 X-Git-Tag: v3.4.0a1~389 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d7a034bd7553719e554beea1746079ba72333015;p=thirdparty%2FPython%2Fcpython.git (Merge 3.3) Fix time.strftime("%Y") on AIX: raise a ValueError for year > 9999 time.strtime("%Y") returned "2345" when formatting year 12345. --- d7a034bd7553719e554beea1746079ba72333015