[Python-bugs-list] [ python-Bugs-565414 ] urllib FancyURLopener.__init__ / urlopen

noreply@sourceforge.net noreply@sourceforge.net
Tue, 11 Jun 2002 06:42:04 -0700


Bugs item #565414, was opened at 2002-06-06 12:54
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=565414&group_id=5470

Category: Python Library
Group: Python 2.3
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Neal Norwitz (nnorwitz)
Assigned to: Fred L. Drake, Jr. (fdrake)
Summary: urllib FancyURLopener.__init__ / urlopen

Initial Comment:
Fred, you changed line 69 in urllib.py to call
FancyURLopener()
with kwargs, but the constructor (line 538) doesn't
accept **kwargs.

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

>Comment By: Neal Norwitz (nnorwitz)
Date: 2002-06-11 09:42

Message:
Logged In: YES 
user_id=33168

No problem, checked in as urllib.py 1.148.

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

Comment By: Guido van Rossum (gvanrossum)
Date: 2002-06-10 15:28

Message:
Logged In: YES 
user_id=6380

Neal, the fix is to add support for kwargs in
FancyURLOpener.__init__, and to pass it on? You can check
this in yourself.

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

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