diff options
author | Victor Stinner <victor.stinner@haypocalc.com> | 2011-09-05 22:11:13 (GMT) |
---|---|---|
committer | Victor Stinner <victor.stinner@haypocalc.com> | 2011-09-05 22:11:13 (GMT) |
commit | d4d8ae5a42ac859c95bdcb2a608c1b972c56efac (patch) | |
tree | 96b6f75a6e67897eb3391018f6c2857c17736662 /Misc | |
parent | e01aa53ea61f67418ee14e11289c68992b0f38db (diff) | |
download | cpython-d4d8ae5a42ac859c95bdcb2a608c1b972c56efac.zip cpython-d4d8ae5a42ac859c95bdcb2a608c1b972c56efac.tar.gz cpython-d4d8ae5a42ac859c95bdcb2a608c1b972c56efac.tar.bz2 |
Issue #9561: packaging now writes egg-info files using UTF-8
instead of the locale encoding
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -271,7 +271,7 @@ Core and Builtins Library ------- -- Issue #9561: distutils now reads and writes egg-info files using UTF-8, +- Issue #9561: distutils and packaging now writes egg-info files using UTF-8, instead of the locale encoding. - Issue #8286: The distutils command sdist will print a warning message instead |