]> granicus.if.org Git - python/commit
Issue #9561: distutils now reads and writes egg-info files using UTF-8
authorVictor Stinner <victor.stinner@haypocalc.com>
Mon, 5 Sep 2011 21:44:56 +0000 (23:44 +0200)
committerVictor Stinner <victor.stinner@haypocalc.com>
Mon, 5 Sep 2011 21:44:56 +0000 (23:44 +0200)
commita1bea6e10c6177813aab34a0f05c3d531ec8fd66
tree8dd844787a03faeb3c35492e8770f4eb4a2a6842
parenta404b49321e877f3895c04da7edecae086b8d105
Issue #9561: distutils now reads and writes egg-info files using UTF-8

instead of the locale encoding.
Lib/distutils/command/install_egg_info.py
Lib/distutils/dist.py
Misc/NEWS