diff options
author | Georg Brandl <georg@python.org> | 2006-01-21 07:20:56 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2006-01-21 07:20:56 (GMT) |
commit | 531cebad4c815f8fcf7abaf680ceb88c014d7d3f (patch) | |
tree | 975d780fe39ce413e0606c595d9c7df1430d7b6d /Misc/NEWS | |
parent | 3d5635091069c2fce4896429bca1e063ea223c48 (diff) | |
download | cpython-531cebad4c815f8fcf7abaf680ceb88c014d7d3f.zip cpython-531cebad4c815f8fcf7abaf680ceb88c014d7d3f.tar.gz cpython-531cebad4c815f8fcf7abaf680ceb88c014d7d3f.tar.bz2 |
Bug #902075: urllib2 now handles "host:port" proxy specifications
Can/should this be backported?
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -337,7 +337,9 @@ Extension Modules Library ------- -- Bug #1407902: Added support for sftp:// URIs to urlparse. +- Bug #902075: urllib2 now supports 'host:port' style proxy specifications. + +- Bug #1407902: Add support for sftp:// URIs to urlparse. - Bug #1371247: Update Windows locale identifiers in locale.py. |