commit | 6d7c36332f3ad9a2214ef9531ea0d5dc0cb9c765 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Sat Sep 30 11:17:43 2006 +0000 |
committer | Georg Brandl <georg@python.org> | Sat Sep 30 11:17:43 2006 +0000 |
tree | c3e45c707e65f786055d203b0bb335ddf0c64c1c | |
parent | 7037745be72691f7d956a5873a4e925b8485c9a9 [diff] [blame] |
Bug #1556784: allow format strings longer than 127 characters in datetime's strftime function. (backport from rev. 52072)
diff --git a/Misc/NEWS b/Misc/NEWS index e8a3b08..55ef60f 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -35,6 +35,9 @@ Extension Modules ----------------- +- Bug #1556784: allow format strings longer than 127 characters in + datetime's strftime function. + - Fix itertools.count(n) to work with negative numbers again.