]> granicus.if.org Git - python/commitdiff
I forgot to update NEWS.
authorHirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp>
Sun, 17 Aug 2008 09:46:56 +0000 (09:46 +0000)
committerHirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp>
Sun, 17 Aug 2008 09:46:56 +0000 (09:46 +0000)
Misc/NEWS

index 3f5996952b4999b9b3e07af45eddf37f1eca71d8..cd056a9e8e367d7b23b6d37631c9309fe5e7013b 100644 (file)
--- 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.