This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Add proxies arg to urllib.urlretrieve
Type: Stage:
Components: Library (Lib) Versions: Python 2.4
process
Status: closed Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: georg.brandl, jdubery, sonderblade
Priority: normal Keywords: patch

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:11adminsetgithub: 41960
2008-07-20 11:20:07georg.brandlsetstatus: pending -> closed
messages: + msg70075
2008-01-20 12:23:07georg.brandlsetstatus: open -> pending
nosy: + georg.brandl
messages: + msg61279
2005-05-07 12:21:31jduberycreate