[Python-checkins] python/dist/src/Doc/lib liburllib.tex,1.55,1.56

montanaro at users.sourceforge.net montanaro at users.sourceforge.net
Wed Mar 9 04:01:35 CET 2005


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25353

Modified Files:
	liburllib.tex 
Log Message:
hmmm...  moving def'n of version makes the __init__ unnecessary for the
example



Index: liburllib.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/liburllib.tex,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -d -r1.55 -r1.56
--- liburllib.tex	9 Mar 2005 02:57:26 -0000	1.55
+++ liburllib.tex	9 Mar 2005 03:01:31 -0000	1.56
@@ -161,8 +161,6 @@
 
 class AppURLopener(urllib.FancyURLopener):
     version = "App/1.7"
-    def __init__(self, *args):
-        urllib.FancyURLopener.__init__(self, *args)
 
 urllib._urlopener = AppURLopener()
 \end{verbatim}



More information about the Python-checkins mailing list