commit | 836b670e893a78cd3fc585aad71875a4bdf1a0a9 | [log] [tgz] |
---|---|---|
author | Amaury Forgeot d'Arc <amauryfa@gmail.com> | Thu Nov 20 23:53:46 2008 +0000 |
committer | Amaury Forgeot d'Arc <amauryfa@gmail.com> | Thu Nov 20 23:53:46 2008 +0000 |
tree | c5bbf55fa42bf428b2f0764f7368feac07c73bcd | |
parent | 9d24ff027fe93e702d95d95dd520096d4c5a9fc2 [diff] [blame] |
#4338: Fix the distutils "setup.py upload" command. The code still mixed bytes and strings. Reviewed by Martin von Loewis.
diff --git a/Misc/NEWS b/Misc/NEWS index c5179d7..91df34f 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -33,6 +33,8 @@ Library ------- +- Issue #4338: Fix distutils upload command. + - Issue #4354: Fix distutils register command. - Issue #4116: Resolve member name conflict in ScrolledCanvas.__init__.