On Mon, Oct 16, 2006 at 12:57:04PM -0700, Bob Halley wrote: > Did you consider using dns.query.udp() or dns.query.tcp() directly? If > so, what made you want to extend the resolver rather than use them? It > seems to me that the resolver isn't adding a lot of value for RD == 0 > processing.
I didn't want to duplicate the rest of the code in the for qname in qnames_to_try: loop - cache, TSIG, exceptions, timeout, rcodes, etc. I'm lazy :) jm -- Times flies like an arrow. Fruit flies like bananas. _______________________________________________ dnspython-dev mailing list [email protected] http://woof.play-bow.org/mailman/listinfo/dnspython-dev
