> Anybody care to comment on the following? > >>>> from urllib2 import *
Its considered bad practice to use
from foo import *
but at the >>> prompt its not too bad.
>>>> urlopen("http://www.kermitrose.com")
> <addinfourl at 13510096 whose fp = <socket._fileobject object at
> 0x00CDD768>>
>>>>
Looks good. What did you expect?
Alan G
_______________________________________________
Tutor maillist - [email protected]
http://mail.python.org/mailman/listinfo/tutor
