Working with DNS via Python

Carsten Gaebler cg at schlund.de
Wed Feb 14 12:34:17 EST 2001


> 
> Could someone point me to some functions or material that'd explain how
> to work with DNS functions (nslookup, etc) via Python?
> 

I was looking for such functions today, too, and found this on Parnassus:

http://www.interlink.com.au/anthony/python/dns.tar.gz

It works. There is a bug in Lib.py: index.append() takes a 2-tuple
argument, not two single arguments.

cg.



More information about the Python-list mailing list