- Patch #1541585: fix buffer overrun when performing repr() on
a unicode string in a build with wide unicode (UCS-4) support.
I will forward port to 2.6. Can someone backport to 2.4?
diff --git a/Misc/NEWS b/Misc/NEWS
index edeff46..7dbf166 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -9,6 +9,13 @@
*Release date: XX-SEP-2006*
+Core and builtins
+-----------------
+
+- Patch #1541585: fix buffer overrun when performing repr() on
+ a unicode string in a build with wide unicode (UCS-4) support.
+
+
Library
-------