diff options
author | Tarek Ziadé <ziade.tarek@gmail.com> | 2010-01-24 00:57:20 (GMT) |
---|---|---|
committer | Tarek Ziadé <ziade.tarek@gmail.com> | 2010-01-24 00:57:20 (GMT) |
commit | 495517cd38cf655e23cc70ba04b9085619c6a04a (patch) | |
tree | a8f870dc0b29d468ce3d55bf60036241752dee2c /Misc | |
parent | 6411a53d7d0565b92580feb6c408accf52f3d3a3 (diff) | |
download | cpython-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/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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. |