]> granicus.if.org Git - python/commit
Issue #19634: time.strftime("%y") now raises a ValueError on AIX when given a
authorVictor Stinner <victor.stinner@gmail.com>
Sun, 17 Nov 2013 22:39:21 +0000 (23:39 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Sun, 17 Nov 2013 22:39:21 +0000 (23:39 +0100)
commit55329f8fbd7d4beb1483705f8a7bf1419e2eaba6
tree9107ea9d0fb5cfa8c39f9ea433a31d5a423dadde
parentb6e622d184604771088b5d2dd4f4cf0cddb2a3ae
Issue #19634: time.strftime("%y") now raises a ValueError on AIX when given a
year before 1900.
Lib/test/test_strftime.py
Misc/NEWS
Modules/timemodule.c