diff options
author | Steve Dower <steve.dower@microsoft.com> | 2016-06-17 16:33:11 (GMT) |
---|---|---|
committer | Steve Dower <steve.dower@microsoft.com> | 2016-06-17 16:33:11 (GMT) |
commit | 99d66f917a60ad556726b497a7d964e4b2ce109d (patch) | |
tree | f177f6a9d89d686b1d1a671b8a71a4a45be94e56 /Misc | |
parent | d7292b5e9f7e0cd227032370bb6c46a39c252f38 (diff) | |
parent | 08bb8a41cc976343795bd0e241cd7388e9f44ad5 (diff) | |
download | cpython-99d66f917a60ad556726b497a7d964e4b2ce109d.zip cpython-99d66f917a60ad556726b497a7d964e4b2ce109d.tar.gz cpython-99d66f917a60ad556726b497a7d964e4b2ce109d.tar.bz2 |
Issue #27048: Prevents distutils failing on Windows when environment variables contain non-ASCII characters
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -10,6 +10,9 @@ What's New in Python 3.6.0 alpha 3 Library ------- +- Issue #27048: Prevents distutils failing on Windows when environment + variables contain non-ASCII characters + - Issue #27330: Fixed possible leaks in the ctypes module. - Issue #27238: Got rid of bare excepts in the turtle module. Original patch |