projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d7e4c08
)
I forgot to update NEWS.
author
Hirokazu Yamamoto
<ocean-city@m2.ccsnet.ne.jp>
Sun, 17 Aug 2008 09:52:28 +0000
(09:52 +0000)
committer
Hirokazu Yamamoto
<ocean-city@m2.ccsnet.ne.jp>
Sun, 17 Aug 2008 09:52:28 +0000
(09:52 +0000)
Misc/NEWS
patch
|
blob
|
history
diff --git
a/Misc/NEWS
b/Misc/NEWS
index ae95abf2a049702611928e9ebd9f65a53864413e..0cbebc51ef2c20723f85503a9f7e475c1472a12f 100644
(file)
--- 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.