From 1d63a45d0d25acec0174bb291e6cd4c7c0d7c00d Mon Sep 17 00:00:00 2001 From: Hirokazu Yamamoto Date: Sun, 17 Aug 2008 09:49:10 +0000 Subject: [PATCH] I forgot to update NEWS. --- Misc/NEWS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Misc/NEWS b/Misc/NEWS index 475c9cbd481..4ba3d579c3a 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