commit | 73ea29cb039318a70b3cbc9ab2697308a470b5ba | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@haypocalc.com> | Sat Jan 08 01:56:31 2011 +0000 |
committer | Victor Stinner <victor.stinner@haypocalc.com> | Sat Jan 08 01:56:31 2011 +0000 |
tree | 9b94a94e1298e0d3d9113847fe6c2372061ab3d3 | |
parent | 0dd06f4082355451847e686d6adb2f1a9f749adb [diff] |
Issue #1777412: strftime() accepts year >= 1 instead of year >= 1900 * With Visual Studio, year have to be in [1; 9999] * Add more tests on the year field