]> git.ipfire.org Git - thirdparty/dnspython.git/commit
Add response to NoAnswer exception.
authorPetr Spacek <pspacek@redhat.com>
Fri, 27 Mar 2015 14:51:24 +0000 (15:51 +0100)
committerPetr Spacek <pspacek@redhat.com>
Fri, 27 Mar 2015 14:56:25 +0000 (15:56 +0100)
commitbc87a56cb71ed55c8894c6578294a726a3b1349b
tree32580e75a8061f36b8f81aa9515906168636b1b8
parent107b909d8df97e4e5474055bc557cf0690e60908
Add response to NoAnswer exception.

Only question section is returned from str(NoAnswer).
Whole response variable is intended for application debug logs
and is not returned from str().
dns/resolver.py