Issue #6286: distutils upload command now uses urllib2
diff --git a/Misc/NEWS b/Misc/NEWS
index aabdc21..686e707 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -325,6 +325,9 @@
 Library
 -------
 
+- Issue #6286: Now Distutils upload command is based on urllib2 instead of
+  httplib, allowing the usage of http_proxy.
+
 - Issue #6271: mmap tried to close invalid file handle (-1) when annonymous.
   (On Unix)