From: Hirokazu Yamamoto Date: Sun, 17 Aug 2008 09:46:56 +0000 (+0000) Subject: I forgot to update NEWS. X-Git-Tag: v2.6b3~55 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7f30a684c6bf8b381c74206228a3f1c2fae75d90;p=python I forgot to update NEWS. --- diff --git a/Misc/NEWS b/Misc/NEWS index 3f5996952b..cd056a9e8e 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -48,6 +48,9 @@ Core and Builtins Library ------- +- Issue #2222: Fixed reference leak when occured os.rename() + fails unicode conversion on 2nd parameter. (windows only) + - Issue 2464. urllib2 now supports a malformation in the URL received in a redirect.