summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@microsoft.com>2016-06-17 16:32:38 (GMT)
committerSteve Dower <steve.dower@microsoft.com>2016-06-17 16:32:38 (GMT)
commit08bb8a41cc976343795bd0e241cd7388e9f44ad5 (patch)
treebfd17699100182e075d740b7f87fe2fa59f68a12 /Misc
parent85e6635edf4c56064fddd09f5350936dcd650389 (diff)
downloadcpython-08bb8a41cc976343795bd0e241cd7388e9f44ad5.zip
cpython-08bb8a41cc976343795bd0e241cd7388e9f44ad5.tar.gz
cpython-08bb8a41cc976343795bd0e241cd7388e9f44ad5.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 66a95f7..5dff4db 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -13,6 +13,9 @@ Core and Builtins
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