diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2005-08-24 14:55:22 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2005-08-24 14:55:22 (GMT) |
commit | 0a5d4a20e7b2b758c974766cc3ac02af5a342483 (patch) | |
tree | 382895735ec81641945c84b6d19bfd2e084a31f3 /Misc | |
parent | 142e16d3385159927705551a5fc0b8110f460eda (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |