From: Guido van Rossum Date: Thu, 5 Mar 2009 21:49:40 +0000 (+0000) Subject: News for issue 5389 fix. X-Git-Tag: v2.5.5c1~7 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f73bf859425040d2d27499ae89bc229fb5496b00;p=python News for issue 5389 fix. --- diff --git a/Misc/NEWS b/Misc/NEWS index bfb9eb163b..2cd62527aa 100644 --- 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