summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAmaury Forgeot d'Arc <amauryfa@gmail.com>2008-11-20 23:53:46 (GMT)
committerAmaury Forgeot d'Arc <amauryfa@gmail.com>2008-11-20 23:53:46 (GMT)
commit836b670e893a78cd3fc585aad71875a4bdf1a0a9 (patch)
treec5bbf55fa42bf428b2f0764f7368feac07c73bcd /Misc
parent9d24ff027fe93e702d95d95dd520096d4c5a9fc2 (diff)
downloadcpython-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/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index c5179d7..91df34f 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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__.