Issue 1197207: Add proxies arg to urllib.urlretrieve (original) (raw)

Issue1197207

Created on 2005-05-07 12:21 by jdubery, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
proxyurllib.py jdubery,2005-05-07 12:21 Version of urllib.py with a proxies arg added to urlrtrieve
Messages (4)
msg48317 - (view) Author: John Dubery (jdubery) Date: 2005-05-07 12:21
Hi, The attached file is a modified version of the standard library's urllib.py (renamed to avoid import confusion on my system). I've done a simple addition of a "proxies" argument to function urlretrieve in a manner that is consistent with the proxies argument to urlopen. cheers, John Dubery
msg48318 - (view) Author: Björn Lindqvist (sonderblade) Date: 2007-06-04 23:23
Can you please provide a diff of your patch using "svn diff urllib.py" on a Subversion checkout of Python?
msg61279 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2008-01-20 12:23
Waiting for diff from OP, setting to Pending.
msg70075 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2008-07-20 11:20
No response, closing.
History
Date User Action Args
2022-04-11 14:56:11 admin set github: 41960
2008-07-20 11:20:07 georg.brandl set status: pending -> closedmessages: +
2008-01-20 12:23:07 georg.brandl set status: open -> pendingnosy: + georg.brandlmessages: +
2005-05-07 12:21:31 jdubery create