hirokazu.yamamoto
2008-08-17 09:52:29 UTC
Author: hirokazu.yamamoto
Date: Sun Aug 17 11:52:28 2008
New Revision: 65750
Log:
I forgot to update NEWS.
Modified:
python/branches/py3k/Misc/NEWS
Modified: python/branches/py3k/Misc/NEWS
==============================================================================
--- python/branches/py3k/Misc/NEWS (original)
+++ python/branches/py3k/Misc/NEWS Sun Aug 17 11:52:28 2008
@@ -30,6 +30,9 @@
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.
Date: Sun Aug 17 11:52:28 2008
New Revision: 65750
Log:
I forgot to update NEWS.
Modified:
python/branches/py3k/Misc/NEWS
Modified: python/branches/py3k/Misc/NEWS
==============================================================================
--- python/branches/py3k/Misc/NEWS (original)
+++ python/branches/py3k/Misc/NEWS Sun Aug 17 11:52:28 2008
@@ -30,6 +30,9 @@
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.