[Python-checkins] r70200 - python/branches/release25-maint/Misc/NEWS

guido.van.rossum python-checkins at python.org
Thu Mar 5 22:49:41 CET 2009


Author: guido.van.rossum
Date: Thu Mar  5 22:49:40 2009
New Revision: 70200

Log:
News for issue 5389 fix.


Modified:
   python/branches/release25-maint/Misc/NEWS

Modified: python/branches/release25-maint/Misc/NEWS
==============================================================================
--- python/branches/release25-maint/Misc/NEWS	(original)
+++ python/branches/release25-maint/Misc/NEWS	Thu Mar  5 22:49:40 2009
@@ -12,6 +12,9 @@
 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


More information about the Python-checkins mailing list