diff options
author | Tarek Ziadé <ziade.tarek@gmail.com> | 2009-06-28 21:26:27 (GMT) |
---|---|---|
committer | Tarek Ziadé <ziade.tarek@gmail.com> | 2009-06-28 21:26:27 (GMT) |
commit | 25bd2062f12245da27e6917fedd705814a29df29 (patch) | |
tree | 19aad847a4c44c5dea9e2c8c54d144300bee64af /Misc | |
parent | 2c02bdc8a6f108e2eabaa0b33e049da3e227fc98 (diff) | |
download | cpython-25bd2062f12245da27e6917fedd705814a29df29.zip cpython-25bd2062f12245da27e6917fedd705814a29df29.tar.gz cpython-25bd2062f12245da27e6917fedd705814a29df29.tar.bz2 |
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
........
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -839,6 +839,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 #6287: Added the license field in Distutils documentation. - Issue #6263: Fixed syntax error in distutils.cygwincompiler. |