]> granicus.if.org Git - python/commit
(merge 3.2) Issue #12451: distutils now opens the setup script in binary mode
authorVictor Stinner <victor.stinner@haypocalc.com>
Thu, 30 Jun 2011 13:41:56 +0000 (15:41 +0200)
committerVictor Stinner <victor.stinner@haypocalc.com>
Thu, 30 Jun 2011 13:41:56 +0000 (15:41 +0200)
commit0b5e049ea01f7b0506a8fe596f1d79e2350fc9a4
tree36dbbe0a533c895b49e70589838319a59bbb16cd
parent844315c7514dab785ce7d2e0912645f3fab9d306
parentdc9b1ea02eba907ae48cea682a49c5df34d0e19e
(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.
Misc/NEWS