]> git.ipfire.org Git - thirdparty/dnspython.git/commit
Extend NoNameservers exception with list of servers and respective errors.
authorPetr Spacek <pspacek@redhat.com>
Thu, 15 Jan 2015 16:46:27 +0000 (17:46 +0100)
committerPetr Spacek <pspacek@redhat.com>
Thu, 12 Feb 2015 11:38:31 +0000 (12:38 +0100)
commitf53422ee7059f6141c89818a96837e694f4ae730
treeefc0665f261f41bada60c019104419f9ede47859
parentd71da062bd346fd771568dcea78b2cbec898c520
Extend NoNameservers exception with list of servers and respective errors.

String represetation of the NoNameservers exception now looks like:
"No non-broken nameservers are available to answer the query. Server 10.16.78.1 REFUSED; Server 10.16.78.2 SERVFAIL"
dns/resolver.py