summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@haypocalc.com>2011-09-05 21:46:05 (GMT)
committerVictor Stinner <victor.stinner@haypocalc.com>2011-09-05 21:46:05 (GMT)
commite01aa53ea61f67418ee14e11289c68992b0f38db (patch)
tree58fe448923bcf9eb12d28071c54ab68789d69365 /Misc
parentf7fbb7f75b6b8e27c2efaa75d08024b3c5039e71 (diff)
parenta1bea6e10c6177813aab34a0f05c3d531ec8fd66 (diff)
downloadcpython-e01aa53ea61f67418ee14e11289c68992b0f38db.zip
cpython-e01aa53ea61f67418ee14e11289c68992b0f38db.tar.gz
cpython-e01aa53ea61f67418ee14e11289c68992b0f38db.tar.bz2
Merge 3.2: 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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 8f67bf0..bf35d9c 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -271,6 +271,9 @@ Core and Builtins
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.