diff options
author | Victor Stinner <victor.stinner@haypocalc.com> | 2011-06-30 13:41:56 (GMT) |
---|---|---|
committer | Victor Stinner <victor.stinner@haypocalc.com> | 2011-06-30 13:41:56 (GMT) |
commit | 0b5e049ea01f7b0506a8fe596f1d79e2350fc9a4 (patch) | |
tree | 36dbbe0a533c895b49e70589838319a59bbb16cd /Misc | |
parent | 844315c7514dab785ce7d2e0912645f3fab9d306 (diff) | |
parent | dc9b1ea02eba907ae48cea682a49c5df34d0e19e (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |