]> 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:38:30 +0000 (12:38 +0100)
commit6631d8e37fcb57aac45852ef311007139a8e4221
tree04ef49f450435fb9024fc004508551f720b4dd0c
parente843b4187c0be8f3350e9029fccfe520eec60f6d
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