[ python-Bugs-1194249 ] Minor bug in urllib docs

SourceForge.net noreply at sourceforge.net
Tue May 3 08:31:17 CEST 2005


Bugs item #1194249, was opened at 2005-05-03 06:31
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1194249&group_id=5470

Category: Documentation
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Georg Brandl (gbrandl)
Assigned to: Nobody/Anonymous (nobody)
Summary: Minor bug in urllib docs

Initial Comment:
The urllib docs contain an example which starts as follows:

# Use http://www.someproxy.com:3128 for http proxying
proxies = proxies={'http': 'http://www.someproxy.com:3128'}
filehandle = urllib.urlopen(some_url, proxies=proxies)

The double "proxies=" is most likely a mistake and
should be removed.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1194249&group_id=5470


More information about the Python-bugs-list mailing list