summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorTarek Ziadé <ziade.tarek@gmail.com>2009-06-15 23:30:13 (GMT)
committerTarek Ziadé <ziade.tarek@gmail.com>2009-06-15 23:30:13 (GMT)
commita1cc040828ff2c46a0c8560bddc7d21d3b9e78ef (patch)
tree6af896220532ffaf32d250c21d38fcbf16c9d9da /Misc
parentd7c5cee2d59e5f118383804839b1f18d7302a32a (diff)
downloadcpython-a1cc040828ff2c46a0c8560bddc7d21d3b9e78ef.zip
cpython-a1cc040828ff2c46a0c8560bddc7d21d3b9e78ef.tar.gz
cpython-a1cc040828ff2c46a0c8560bddc7d21d3b9e78ef.tar.bz2
Issue #6286: distutils upload command now uses urllib2
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index aabdc21..686e707 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -325,6 +325,9 @@ Core and Builtins
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)