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
 -----