From: Victor Stinner Date: Mon, 5 Sep 2011 21:46:05 +0000 (+0200) Subject: Merge 3.2: Issue #9561: distutils now reads and writes egg-info files using UTF-8 X-Git-Tag: v3.3.0a1~1570^2~5 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e01aa53ea61f67418ee14e11289c68992b0f38db;p=thirdparty%2FPython%2Fcpython.git Merge 3.2: Issue #9561: distutils now reads and writes egg-info files using UTF-8 instead of the locale encoding. --- e01aa53ea61f67418ee14e11289c68992b0f38db diff --cc Misc/NEWS index 8f67bf02a100,401e0225d5f1..bf35d9c389f7 --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -271,6 -76,6 +271,9 @@@ Core and Builtin Library ------- ++- Issue #9561: distutils now reads and writes egg-info files using UTF-8, ++ instead of the locale encoding. ++ - Issue #8286: The distutils command sdist will print a warning message instead of crashing when an invalid path is given in the manifest template.