summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@microsoft.com>2016-06-17 16:33:11 (GMT)
committerSteve Dower <steve.dower@microsoft.com>2016-06-17 16:33:11 (GMT)
commit99d66f917a60ad556726b497a7d964e4b2ce109d (patch)
treef177f6a9d89d686b1d1a671b8a71a4a45be94e56 /Misc
parentd7292b5e9f7e0cd227032370bb6c46a39c252f38 (diff)
parent08bb8a41cc976343795bd0e241cd7388e9f44ad5 (diff)
downloadcpython-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 0657eca..2e99f5a 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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