summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2006-01-21 07:20:56 (GMT)
committerGeorg Brandl <georg@python.org>2006-01-21 07:20:56 (GMT)
commit531cebad4c815f8fcf7abaf680ceb88c014d7d3f (patch)
tree975d780fe39ce413e0606c595d9c7df1430d7b6d /Misc
parent3d5635091069c2fce4896429bca1e063ea223c48 (diff)
downloadcpython-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')
-rw-r--r--Misc/NEWS4
1 files changed, 3 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index ca5c5d9..af41f33 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.