diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2005-08-24 14:55:42 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2005-08-24 14:55:42 (GMT) |
commit | 47826f1eba112ee41cca6a4700d4b39a1d2a6010 (patch) | |
tree | 83debb640b2be2135f2dafee7f0dc53f263b2f09 /Misc/NEWS | |
parent | ea3c6f032bb48d54c04a4605cc3897eaabd6f644 (diff) | |
download | cpython-47826f1eba112ee41cca6a4700d4b39a1d2a6010.zip cpython-47826f1eba112ee41cca6a4700d4b39a1d2a6010.tar.gz cpython-47826f1eba112ee41cca6a4700d4b39a1d2a6010.tar.bz2 |
Patch #1167716: Support Unicode filenames in mkpath. Fixes #1121494.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -68,6 +68,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. |