urllib2 and timeout question

Skip Montanaro skip at pobox.com
Mon May 2 22:58:46 EDT 2005


    Gerard> Code below:

Order might be important (though hopefully not).  Can you give this a try?

    import time
    import socket
    socket.setdefaulttimeout(300)
    import urllib2

    ...

Skip



More information about the Python-list mailing list