diff options
author | Victor Stinner <victor.stinner@haypocalc.com> | 2011-09-05 21:44:56 (GMT) |
---|---|---|
committer | Victor Stinner <victor.stinner@haypocalc.com> | 2011-09-05 21:44:56 (GMT) |
commit | a1bea6e10c6177813aab34a0f05c3d531ec8fd66 (patch) | |
tree | 8dd844787a03faeb3c35492e8770f4eb4a2a6842 /Misc | |
parent | a404b49321e877f3895c04da7edecae086b8d105 (diff) | |
download | cpython-a1bea6e10c6177813aab34a0f05c3d531ec8fd66.zip cpython-a1bea6e10c6177813aab34a0f05c3d531ec8fd66.tar.gz cpython-a1bea6e10c6177813aab34a0f05c3d531ec8fd66.tar.bz2 |
Issue #9561: distutils now reads and writes egg-info files using UTF-8
instead of the locale encoding.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -25,6 +25,9 @@ Core and Builtins Library ------- +- Issue #9561: distutils now reads and writes egg-info files using UTF-8, + instead of the locale encoding. + - Issue #12888: Fix a bug in HTMLParser.unescape that prevented it to escape more than 128 entities. Patch by Peter Otten. @@ -72,7 +75,7 @@ Core and Builtins Library ------- - + - Issue #8286: The distutils command sdist will print a warning message instead of crashing when an invalid path is given in the manifest template. |