- Fix an off-by-one bug in locale.strxfrm().

  Patch taken from http://bugs.debian.org/416934.
diff --git a/Misc/NEWS b/Misc/NEWS
index 641e0b0..2f749af 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -220,6 +220,8 @@
 - 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().
+
 Library
 -------