commit | db1c399fe08d8dc74916b3c945c8bc551b00ff7b | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Sat May 23 10:38:26 2009 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Sat May 23 10:38:26 2009 +0000 |
tree | 99c782c014760fad819912ac68155fc67979f715 | |
parent | eccb2ce3c03b2cbf9ce84e4c994441f1eab12ba2 [diff] [blame] |
Issue #6093: Fix off-by-one error in locale.strxfrm.
diff --git a/Misc/NEWS b/Misc/NEWS index 19e2dea..611dbea 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -54,6 +54,11 @@ now it does. This also means getfp method now returns the real fp. +Extension Modules +----------------- + +- Issue #6093: Fix off-by-one error in locale.strxfrm. + Tests -----