summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2005-08-24 14:55:22 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2005-08-24 14:55:22 (GMT)
commit0a5d4a20e7b2b758c974766cc3ac02af5a342483 (patch)
tree382895735ec81641945c84b6d19bfd2e084a31f3 /Misc
parent142e16d3385159927705551a5fc0b8110f460eda (diff)
downloadcpython-0a5d4a20e7b2b758c974766cc3ac02af5a342483.zip
cpython-0a5d4a20e7b2b758c974766cc3ac02af5a342483.tar.gz
cpython-0a5d4a20e7b2b758c974766cc3ac02af5a342483.tar.bz2
Patch #1167716: Support Unicode filenames in mkpath. Fixes #1121494.
Will backport to 2.4.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index f5a2526..765565c 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -193,6 +193,8 @@ Extension Modules
Library
-------
+- Bug #1121494: distutils.dir_utils.mkpath now accepts Unicode strings.
+
- Bug #1178484: Return complete lines from codec stream readers
even if there is an exception in later lines, resulting in
correct line numbers for decoding errors in source code.