From: Hirokazu Yamamoto Date: Sun, 17 Aug 2008 09:49:10 +0000 (+0000) Subject: I forgot to update NEWS. X-Git-Tag: v2.5.3c1~62 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1d63a45d0d25acec0174bb291e6cd4c7c0d7c00d;p=python I forgot to update NEWS. --- diff --git a/Misc/NEWS b/Misc/NEWS index 475c9cbd48..4ba3d579c3 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -77,6 +77,9 @@ Core and builtins Library ------- +- Issue #2222: Fixed reference leak when occured os.rename() + fails unicode conversion on 2nd parameter. (windows only) + - Issue #3134: shutil referenced undefined WindowsError symbol. - Issue #1342811: Fix leak in Tkinter.Menu.delete. Commands associated to