summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@haypocalc.com>2011-06-30 13:41:56 (GMT)
committerVictor Stinner <victor.stinner@haypocalc.com>2011-06-30 13:41:56 (GMT)
commit0b5e049ea01f7b0506a8fe596f1d79e2350fc9a4 (patch)
tree36dbbe0a533c895b49e70589838319a59bbb16cd /Misc
parent844315c7514dab785ce7d2e0912645f3fab9d306 (diff)
parentdc9b1ea02eba907ae48cea682a49c5df34d0e19e (diff)
downloadcpython-0b5e049ea01f7b0506a8fe596f1d79e2350fc9a4.zip
cpython-0b5e049ea01f7b0506a8fe596f1d79e2350fc9a4.tar.gz
cpython-0b5e049ea01f7b0506a8fe596f1d79e2350fc9a4.tar.bz2
(merge 3.2) Issue #12451: distutils now opens the setup script in binary mode
to read the encoding cookie, instead of opening it in UTF-8.
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 ce31628..aa09eee 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -200,6 +200,9 @@ Core and Builtins
Library
-------
+- Issue #12451: distutils now opens the setup script in binary mode to read the
+ encoding cookie, instead of opening it in UTF-8.
+
- Issue #9516: On Mac OS X, change Distutils to no longer globally attempt to
check or set the MACOSX_DEPLOYMENT_TARGET environment variable for the
interpreter process. This could cause failures in non-Distutils subprocesses