]> granicus.if.org Git - python/commit
Issue #1777412: Remove all limits on tm_year from time.strftime()
authorVictor Stinner <victor.stinner@haypocalc.com>
Sat, 8 Jan 2011 03:06:52 +0000 (03:06 +0000)
committerVictor Stinner <victor.stinner@haypocalc.com>
Sat, 8 Jan 2011 03:06:52 +0000 (03:06 +0000)
commit301f1217ac18e612c71e18f8fbebbdf31727eb47
tree5427416790cacdadf4cec3ccc2978c925ef2679f
parentaf5aee57c98d4529218c517ee6d73c3f78bc6738
Issue #1777412: Remove all limits on tm_year from time.strftime()

The buildbots will tell us which platform does support or not negative years.
Lib/test/test_time.py
Modules/timemodule.c