]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #9561: packaging now writes egg-info files using UTF-8
authorVictor Stinner <victor.stinner@haypocalc.com>
Mon, 5 Sep 2011 22:11:13 +0000 (00:11 +0200)
committerVictor Stinner <victor.stinner@haypocalc.com>
Mon, 5 Sep 2011 22:11:13 +0000 (00:11 +0200)
commitd4d8ae5a42ac859c95bdcb2a608c1b972c56efac
tree96b6f75a6e67897eb3391018f6c2857c17736662
parente01aa53ea61f67418ee14e11289c68992b0f38db
Issue #9561: packaging now writes egg-info files using UTF-8

instead of the locale encoding
Lib/packaging/tests/test_util.py
Misc/NEWS