diff options
author | Hirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp> | 2008-08-17 09:52:28 (GMT) |
---|---|---|
committer | Hirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp> | 2008-08-17 09:52:28 (GMT) |
commit | d35e618962bff537b256e112e4e2373835ccc88d (patch) | |
tree | 9b7d79dce0b08855016a92a5d2ed81bdd35bc3c6 /Misc/NEWS | |
parent | d7e4c082f2d97ade7d4fb56e55684cea7bb6a490 (diff) | |
download | cpython-d35e618962bff537b256e112e4e2373835ccc88d.zip cpython-d35e618962bff537b256e112e4e2373835ccc88d.tar.gz cpython-d35e618962bff537b256e112e4e2373835ccc88d.tar.bz2 |
I forgot to update NEWS.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |