]> granicus.if.org Git - python/commit
#4338: Fix the distutils "setup.py upload" command.
authorAmaury Forgeot d'Arc <amauryfa@gmail.com>
Thu, 20 Nov 2008 23:53:46 +0000 (23:53 +0000)
committerAmaury Forgeot d'Arc <amauryfa@gmail.com>
Thu, 20 Nov 2008 23:53:46 +0000 (23:53 +0000)
commit836b670e893a78cd3fc585aad71875a4bdf1a0a9
treec5bbf55fa42bf428b2f0764f7368feac07c73bcd
parent9d24ff027fe93e702d95d95dd520096d4c5a9fc2
#4338: Fix the distutils "setup.py upload" command.
The code still mixed bytes and strings.

Reviewed by Martin von Loewis.
Lib/distutils/command/upload.py
Misc/NEWS