]> git.ipfire.org Git - thirdparty/dnspython.git/commit
Extend NoAnswer exception with optional question.
authorPetr Spacek <pspacek@redhat.com>
Thu, 15 Jan 2015 16:44:49 +0000 (17:44 +0100)
committerPetr Spacek <pspacek@redhat.com>
Thu, 12 Feb 2015 11:38:31 +0000 (12:38 +0100)
commitd71da062bd346fd771568dcea78b2cbec898c520
tree7b1269cf1c30210ce2f904ac6494782bc5d53eb7
parentc34f16726386fecd62507b8c1bfa23770c18e3ec
Extend NoAnswer exception with optional question.

The actual question will be printed as part of string representation of
NoAnswer exception instead of terse
"The response did not contain an answer to the question."
dns/resolver.py