diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2009-05-23 10:38:26 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2009-05-23 10:38:26 (GMT) |
commit | db1c399fe08d8dc74916b3c945c8bc551b00ff7b (patch) | |
tree | 99c782c014760fad819912ac68155fc67979f715 /Misc | |
parent | eccb2ce3c03b2cbf9ce84e4c994441f1eab12ba2 (diff) | |
download | cpython-db1c399fe08d8dc74916b3c945c8bc551b00ff7b.zip cpython-db1c399fe08d8dc74916b3c945c8bc551b00ff7b.tar.gz cpython-db1c399fe08d8dc74916b3c945c8bc551b00ff7b.tar.bz2 |
Issue #6093: Fix off-by-one error in locale.strxfrm.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -54,6 +54,11 @@ Library 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 ----- |