]> granicus.if.org Git - python/commit
Patch #1349118: urllib2 now supports user:pass@ style proxy
authorMartin v. Löwis <martin@v.loewis.de>
Tue, 24 Jan 2006 15:51:21 +0000 (15:51 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Tue, 24 Jan 2006 15:51:21 +0000 (15:51 +0000)
commit3e86595280a9714354372f91108be4d184da8a5f
treea8f19bc36a3d0f4330b3fa71443cf7396393d769
parent29602d2153e56081fad5db19e356e51c37ec2ec8
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.
Lib/urllib.py
Misc/ACKS
Misc/NEWS