]> git.ipfire.org Git - thirdparty/dnspython.git/commit
Support string representation for all DNSExceptions.
authorPetr Spacek <pspacek@redhat.com>
Thu, 15 Jan 2015 16:25:10 +0000 (17:25 +0100)
committerPetr Spacek <pspacek@redhat.com>
Thu, 12 Feb 2015 11:34:14 +0000 (12:34 +0100)
commita4bdb7113dba8ed819d8454a1e8f2916ee33d9a6
tree41b30d49f8ad1308a6a1c61032afdd191def818c
parent43c14fd73b3b94211ff8bfad8f894b48cce4e577
Support string representation for all DNSExceptions.

Doc string is used in cases where more specific message was not provided
during instantiation/raise.
dns/exception.py