From: Hirokazu Yamamoto Date: Sun, 17 Aug 2008 09:52:28 +0000 (+0000) Subject: I forgot to update NEWS. X-Git-Tag: v3.0b3~85 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d35e618962bff537b256e112e4e2373835ccc88d;p=thirdparty%2FPython%2Fcpython.git I forgot to update NEWS. --- diff --git a/Misc/NEWS b/Misc/NEWS index ae95abf2a049..0cbebc51ef2c 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -30,6 +30,9 @@ Core and Builtins Library ------- +- Issue #2222: Fixed reference leak when occured os.rename() + fails unicode conversion on 2nd parameter. (windows only) + - Issue #3476: binary buffered reading through the new "io" library is now thread-safe.