diff options
author | Tarek Ziadé <ziade.tarek@gmail.com> | 2009-06-15 23:30:13 (GMT) |
---|---|---|
committer | Tarek Ziadé <ziade.tarek@gmail.com> | 2009-06-15 23:30:13 (GMT) |
commit | a1cc040828ff2c46a0c8560bddc7d21d3b9e78ef (patch) | |
tree | 6af896220532ffaf32d250c21d38fcbf16c9d9da /Misc | |
parent | d7c5cee2d59e5f118383804839b1f18d7302a32a (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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) |