summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2006-01-24 15:51:21 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2006-01-24 15:51:21 (GMT)
commit3e86595280a9714354372f91108be4d184da8a5f (patch)
treea8f19bc36a3d0f4330b3fa71443cf7396393d769 /Misc
parent29602d2153e56081fad5db19e356e51c37ec2ec8 (diff)
downloadcpython-3e86595280a9714354372f91108be4d184da8a5f.zip
cpython-3e86595280a9714354372f91108be4d184da8a5f.tar.gz
cpython-3e86595280a9714354372f91108be4d184da8a5f.tar.bz2
Patch #1349118: urllib2 now supports user:pass@ style proxy
specifications, raises IOErrors when proxies for unsupported protocols are defined, and uses the https proxy on https redirections.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/ACKS1
-rw-r--r--Misc/NEWS4
2 files changed, 5 insertions, 0 deletions
diff --git a/Misc/ACKS b/Misc/ACKS
index 0eb0721..b005b36 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -427,6 +427,7 @@ Fredrik Nehr
Chad Netzer
Max Neunhöffer
George Neville-Neil
+Johannes Nicolai
Samuel Nicolary
Gustavo Niemeyer
Oscar Nierstrasz
diff --git a/Misc/NEWS b/Misc/NEWS
index af41f33..e74b4c6 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -337,6 +337,10 @@ Extension Modules
Library
-------
+- Patch #1349118: urllib2 now supports user:pass@ style proxy
+ specifications, raises IOErrors when proxies for unsupported protocols
+ are defined, and uses the https proxy on https redirections.
+
- Bug #902075: urllib2 now supports 'host:port' style proxy specifications.
- Bug #1407902: Add support for sftp:// URIs to urlparse.