[PIPython] stranezze in HttpsConnection - o piu' probabile mia ignoranza .

Lawrence Oluyede l.oluyede
Ven 19 Nov 2004 15:16:48 CET


> Questo significa che devo riscrivermi tutta la httplib
> implementandomi da me l'http sulle socket ? Oppure
> c'e' un modo di risalire alla socket usata dalla
> httplib e settarle un timeout ?

no basta che all'inizio del modulo, scrivi

import socket
TIMEOUT = 3
socket.setdefaulttimeout(TIMEOUT)

il resto lo fa Python :)

ciao!

-- 
Lawrence
"in IE we trust"



More information about the Python mailing list