Discussion:
[Python-3000-checkins] r65750 - python/branches/py3k/Misc/NEWS
hirokazu.yamamoto
2008-08-17 09:52:29 UTC
Permalink
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.
Georg Brandl
2008-08-17 14:19:03 UTC
Permalink
Post by hirokazu.yamamoto
Author: hirokazu.yamamoto
Date: Sun Aug 17 11:52:28 2008
New Revision: 65750
I forgot to update NEWS.
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.
NEWS items from 2.6 don't need to be merged to 3.0.

Georg
--
Thus spake the Lord: Thou shalt indent with four spaces. No more, no less.
Four shall be the number of spaces thou shalt indent, and the number of thy
indenting shall be four. Eight shalt thou not indent, nor either indent thou
two, excepting that thou then proceed to four. Tabs are right out.
Loading...