Bugs item #1194249, was opened at 2005-05-03 02:31 Message generated for change (Comment added) made by akuchling You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1194249&group_id=5470
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Documentation Group: None >Status: Closed >Resolution: Fixed Priority: 5 Submitted By: Georg Brandl (gbrandl) >Assigned to: A.M. Kuchling (akuchling) 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. ---------------------------------------------------------------------- >Comment By: A.M. Kuchling (akuchling) Date: 2005-06-01 11:28 Message: Logged In: YES user_id=11375 Fixed committed to CVS HEAD, and to the 2.4 and 2.3 branches. Thanks for the report! ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1194249&group_id=5470 _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com