]> granicus.if.org Git - python/commit
Support manual proxy configuration for simple urlopen() operations.
authorFred Drake <fdrake@acm.org>
Thu, 4 Apr 2002 20:41:34 +0000 (20:41 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 4 Apr 2002 20:41:34 +0000 (20:41 +0000)
commitdf6eca7eb7b6ac1b00ba524f1d9565881a93b9ea
tree027d9f38e48bb904552997d3541866f41ab7b20a
parent5ca3a08cc0a110a50a6d66102d957c48fda6190c
Support manual proxy configuration for simple urlopen() operations.
This change is similar to the supplied patch, but does not save the opener
when a proxy configuration is specified.
This closes SF patch #523415.
Lib/urllib.py