commit | 0a5d4a20e7b2b758c974766cc3ac02af5a342483 | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Wed Aug 24 14:55:22 2005 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Wed Aug 24 14:55:22 2005 +0000 |
tree | 382895735ec81641945c84b6d19bfd2e084a31f3 | |
parent | 142e16d3385159927705551a5fc0b8110f460eda [diff] [blame] |
Patch #1167716: Support Unicode filenames in mkpath. Fixes #1121494. Will backport to 2.4.
diff --git a/Misc/NEWS b/Misc/NEWS index f5a2526..765565c 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -193,6 +193,8 @@ 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.