diff options
author | Amaury Forgeot d'Arc <amauryfa@gmail.com> | 2008-11-20 23:53:46 (GMT) |
---|---|---|
committer | Amaury Forgeot d'Arc <amauryfa@gmail.com> | 2008-11-20 23:53:46 (GMT) |
commit | 836b670e893a78cd3fc585aad71875a4bdf1a0a9 (patch) | |
tree | c5bbf55fa42bf428b2f0764f7368feac07c73bcd /Misc | |
parent | 9d24ff027fe93e702d95d95dd520096d4c5a9fc2 (diff) | |
download | cpython-836b670e893a78cd3fc585aad71875a4bdf1a0a9.zip cpython-836b670e893a78cd3fc585aad71875a4bdf1a0a9.tar.gz cpython-836b670e893a78cd3fc585aad71875a4bdf1a0a9.tar.bz2 |
#4338: Fix the distutils "setup.py upload" command.
The code still mixed bytes and strings.
Reviewed by Martin von Loewis.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -33,6 +33,8 @@ Core and Builtins Library ------- +- Issue #4338: Fix distutils upload command. + - Issue #4354: Fix distutils register command. - Issue #4116: Resolve member name conflict in ScrolledCanvas.__init__. |