summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp>2008-08-17 09:52:28 (GMT)
committerHirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp>2008-08-17 09:52:28 (GMT)
commitd35e618962bff537b256e112e4e2373835ccc88d (patch)
tree9b7d79dce0b08855016a92a5d2ed81bdd35bc3c6
parentd7e4c082f2d97ade7d4fb56e55684cea7bb6a490 (diff)
downloadcpython-d35e618962bff537b256e112e4e2373835ccc88d.zip
cpython-d35e618962bff537b256e112e4e2373835ccc88d.tar.gz
cpython-d35e618962bff537b256e112e4e2373835ccc88d.tar.bz2
I forgot to update NEWS.
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index ae95abf..0cbebc5 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.