]> git.ipfire.org Git - thirdparty/dnspython.git/commit
Convert NoNameservers exception to the new DNSException style.
authorPetr Spacek <pspacek@redhat.com>
Wed, 25 Mar 2015 08:34:06 +0000 (09:34 +0100)
committerPetr Spacek <pspacek@redhat.com>
Fri, 27 Mar 2015 14:57:13 +0000 (15:57 +0100)
commit6309fcf022ff974c5ed8efb0519d048e44bd1810
tree2137d4317f1ffbe86b4e9cba937892888297819e
parentbc87a56cb71ed55c8894c6578294a726a3b1349b
Convert NoNameservers exception to the new DNSException style.

str() for parametrized version now returns string like:
All nameservers failed to answer the query localhost. IN URI: Server 192.0.2.1 anwered BADVERS; Server 192.0.2.55 anwered BADVERS
dns/resolver.py