commit | 531cebad4c815f8fcf7abaf680ceb88c014d7d3f | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Sat Jan 21 07:20:56 2006 +0000 |
committer | Georg Brandl <georg@python.org> | Sat Jan 21 07:20:56 2006 +0000 |
tree | 975d780fe39ce413e0606c595d9c7df1430d7b6d | |
parent | 3d5635091069c2fce4896429bca1e063ea223c48 [diff] [blame] |
Bug #902075: urllib2 now handles "host:port" proxy specifications Can/should this be backported?
diff --git a/Misc/NEWS b/Misc/NEWS index ca5c5d9..af41f33 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -337,7 +337,9 @@ 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.