This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author giampaolo.rodola
Recipients exarkun, facundobatista, giampaolo.rodola, pitrou
Date 2010-09-07.20:17:43
SpamBayes Score 5.31567e-11
Marked as misclassified No
Message-id <1283890665.37.0.503621520739.issue9792@psf.upfronthosting.co.za>
In-reply-to
Content
On Ubuntu 10.04:

giampaolo@ubuntu:~/svn/python-3.2$ ./python 
Python 3.2a1+ (py3k:84457, Sep  3 2010, 20:18:38) 
[GCC 4.4.3] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import socket
>>> import socket
>>> socket.setdefaulttimeout(0.000001)
>>> s = socket.socket()
>>> s.connect(("www.yahoo.fr", 80))
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
socket.timeout: timed out
>>>
History
Date User Action Args
2010-09-07 20:17:45giampaolo.rodolasetrecipients: + giampaolo.rodola, facundobatista, exarkun, pitrou
2010-09-07 20:17:45giampaolo.rodolasetmessageid: <1283890665.37.0.503621520739.issue9792@psf.upfronthosting.co.za>
2010-09-07 20:17:43giampaolo.rodolalinkissue9792 messages
2010-09-07 20:17:43giampaolo.rodolacreate