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, giampaolo.rodola, loewis, mark.dickinson, pitrou, skrah
Date 2010-08-14.13:42:16
SpamBayes Score 7.205331e-11
Marked as misclassified No
Message-id <1281793338.98.0.071037694626.issue8857@psf.upfronthosting.co.za>
In-reply-to
Content
I'm not sure whether it's a problem with my python installation but this is what I get on FreeBSD 7.0 with both python 2.7 and 3.2:


>>> import socket
>>> socket.getaddrinfo('localhost', 80)
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
socket.gaierror: [Errno 9] servname not supported for ai_socktype
>>>
History
Date User Action Args
2010-08-14 13:42:19giampaolo.rodolasetrecipients: + giampaolo.rodola, loewis, exarkun, mark.dickinson, pitrou, skrah
2010-08-14 13:42:18giampaolo.rodolasetmessageid: <1281793338.98.0.071037694626.issue8857@psf.upfronthosting.co.za>
2010-08-14 13:42:16giampaolo.rodolalinkissue8857 messages
2010-08-14 13:42:16giampaolo.rodolacreate