#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__.