summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorMatthias Klose <doko@ubuntu.com>2007-04-03 04:35:59 (GMT)
committerMatthias Klose <doko@ubuntu.com>2007-04-03 04:35:59 (GMT)
commite19e0c21aeeaf2aca6b044dd57070880ee76b9f5 (patch)
tree81f01d89ccee79ff6f9197c21b426d6deed58178 /Misc/NEWS
parent9e56d5beebc4a14396e223e6a8800d81117f76cc (diff)
downloadcpython-e19e0c21aeeaf2aca6b044dd57070880ee76b9f5.zip
cpython-e19e0c21aeeaf2aca6b044dd57070880ee76b9f5.tar.gz
cpython-e19e0c21aeeaf2aca6b044dd57070880ee76b9f5.tar.bz2
- Fix an off-by-one bug in locale.strxfrm().
patch taken from http://bugs.debian.org/416934.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 9da3d3b..8ef7acb 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -681,6 +681,9 @@ Extension Modules
- Bug #1633621: if curses.resizeterm() or curses.resize_term() is called,
update _curses.LINES, _curses.COLS, curses.LINES and curses.COLS.
+- Fix an off-by-one bug in locale.strxfrm().
+
+
Tests
-----