]> granicus.if.org Git - python/commit
Bug #1556784: allow format strings longer than 127 characters in
authorGeorg Brandl <georg@python.org>
Sat, 30 Sep 2006 11:17:43 +0000 (11:17 +0000)
committerGeorg Brandl <georg@python.org>
Sat, 30 Sep 2006 11:17:43 +0000 (11:17 +0000)
commit6d7c36332f3ad9a2214ef9531ea0d5dc0cb9c765
treec3e45c707e65f786055d203b0bb335ddf0c64c1c
parent7037745be72691f7d956a5873a4e925b8485c9a9
Bug #1556784: allow format strings longer than 127 characters in
datetime's strftime function.
 (backport from rev. 52072)
Lib/test/test_datetime.py
Misc/NEWS
Modules/datetimemodule.c