]> granicus.if.org Git - python/commitdiff
News for issue 5389 fix.
authorGuido van Rossum <guido@python.org>
Thu, 5 Mar 2009 21:49:40 +0000 (21:49 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 5 Mar 2009 21:49:40 +0000 (21:49 +0000)
Misc/NEWS

index bfb9eb163be3c9aebe14c5b8902f44facbe3d252..2cd62527aa9c831e6d016d7e3beb0d8b5499890f 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,9 @@ What's New in Python 2.5.4?
 Core and builtins
 -----------------
 
+- Issue #5389: Avoid potential for undefined variable 'startinpos' in
+  PyUnicode_DecodeUTF7().
+
 - Revert patch for #1706039, as it can crash the interpreter.
 
 - Added test case to ensure attempts to read from a file opened for writing