PyDNS?

Michael Ströder michael at stroeder.com
Fri Jul 13 09:53:04 EDT 2001


Wolfgang Strobl wrote:
> 
> Michael Ströder <michael at stroeder.com> schrieb am Fri, 13 Jul 2001
> 12:22:24 +0200:
> 
> >I wonder if there's interest to maintain the DNS module formerly
> >written as demo by Guido van Rossum. Anthony Baxter has a modified
> >version of it under http://www.interlink.com.au/anthony/dns.tar.gz.
> >I've added support for SRV RRs and I'm thinking about adding caching
> >support.
> 
> Great.
> 
>   File "DNS\Lib.py", line 105, in addname
>     index.append(keys[j], offset + len(buf))
> TypeError: append() takes exactly 1 argument (2 given)
> 
> This definitely needs an overhaul. :-)

Already fixed this too. Not sure if I covered all cases though.

For the impatient: My version of the module is shipped with
http://web2ldap.de. Simply pull it out of pylib/ dir.

If somebody is going to work on it let me know to avoid doubling
efforts.

Ciao, Michael.



More information about the Python-list mailing list