summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorTarek Ziadé <ziade.tarek@gmail.com>2010-01-24 00:57:20 (GMT)
committerTarek Ziadé <ziade.tarek@gmail.com>2010-01-24 00:57:20 (GMT)
commit495517cd38cf655e23cc70ba04b9085619c6a04a (patch)
treea8f870dc0b29d468ce3d55bf60036241752dee2c /Misc
parent6411a53d7d0565b92580feb6c408accf52f3d3a3 (diff)
downloadcpython-495517cd38cf655e23cc70ba04b9085619c6a04a.zip
cpython-495517cd38cf655e23cc70ba04b9085619c6a04a.tar.gz
cpython-495517cd38cf655e23cc70ba04b9085619c6a04a.tar.bz2
Merged revisions 77717 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r77717 | tarek.ziade | 2010-01-24 01:33:32 +0100 (Sun, 24 Jan 2010) | 1 line Fixed #7748: now upload and register commands don't need to force the encoding anymore : DistributionMetada returns utf8 strings ........
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 530e6a7..b1a5ff5 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -53,6 +53,11 @@ Core and Builtins
Library
-------
+- Issue #7748: Since unicode values are supported for some metadata options
+ in Distutils, the DistributionMetadata get_* methods will now return an utf-8
+ encoded string for them. This ensure that the upload and register commands
+ send the right values to PyPI without any error.
+
- Issue #1670765: Prevent email.generator.Generator from re-wrapping
headers in multipart/signed MIME parts, which fixes one of the sources of
invalid modifications to such parts by Generator.