summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorHirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp>2008-08-17 09:46:56 (GMT)
committerHirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp>2008-08-17 09:46:56 (GMT)
commit7f30a684c6bf8b381c74206228a3f1c2fae75d90 (patch)
tree649fefdbcc3effed6ed27a076385dc38efead185 /Misc
parenta0fdd72f8e83cc9f3bd5c78094d3f57d4f6defbe (diff)
downloadcpython-7f30a684c6bf8b381c74206228a3f1c2fae75d90.zip
cpython-7f30a684c6bf8b381c74206228a3f1c2fae75d90.tar.gz
cpython-7f30a684c6bf8b381c74206228a3f1c2fae75d90.tar.bz2
I forgot to update NEWS.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 3f59969..cd056a9 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -48,6 +48,9 @@ Core and Builtins
Library
-------
+- Issue #2222: Fixed reference leak when occured os.rename()
+ fails unicode conversion on 2nd parameter. (windows only)
+
- Issue 2464. urllib2 now supports a malformation in the URL received
in a redirect.