[Zope] DNS lookup

Gilles Lenfant glenfant@bigfoot.com
Fri, 1 Feb 2002 15:11:05 +0100


I did not test but you can certainly do it with an external method that uses
"socket" package services...

have a look at the doc for socket.gethostbyname(...),
socket.gethostbyname_ex(...) and socket.gethostbyaddr(...) of your Python
distro or browsing/searching from www.python.org.

HTH

--Gilles

----- Original Message -----
From: "Brian Sullivan" <brians@meetingbywire.com>
To: <zope@zope.org>
Sent: Friday, February 01, 2002 3:28 AM
Subject: [Zope] DNS lookup


> Is there any mechanism in Zope that can be called that will do dns
> lookups ?
>
>
> _______________________________________________
> Zope maillist  -  Zope@zope.org
> http://lists.zope.org/mailman/listinfo/zope
> **   No cross posts or HTML encoding!  **
> (Related lists -
>  http://lists.zope.org/mailman/listinfo/zope-announce
>  http://lists.zope.org/mailman/listinfo/zope-dev )
>
>