Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 649414c commit 63bc2e0Copy full SHA for 63bc2e0
1 file changed
Doc/lib/liburllib.tex
@@ -175,7 +175,7 @@ \section{\module{urllib} ---
175
class AppURLopener(urllib.FancyURLopener):
176
def __init__(self, *args):
177
self.version = "App/1.7"
178
- apply(urllib.FancyURLopener.__init__, (self,) + args)
+ urllib.FancyURLopener.__init__(self, *args)
179
180
urllib._urlopener = AppURLopener()
181
\end{verbatim}
0 commit comments