Merged revisions 73436 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r73436 | tarek.ziade | 2009-06-16 01:30:13 +0200 (Tue, 16 Jun 2009) | 1 line
Issue #6286: distutils upload command now uses urllib2
........
diff --git a/Misc/NEWS b/Misc/NEWS
index b0742c6..2ba1036 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -839,6 +839,9 @@
Library
-------
+- Issue #6286: Now Distutils upload command is based on urllib2 instead of
+ httplib, allowing the usage of http_proxy.
+
- Issue #6287: Added the license field in Distutils documentation.
- Issue #6263: Fixed syntax error in distutils.cygwincompiler.