diff options
| author | Bob Halley <halley@dnspython.org> | 2017-01-29 06:53:01 -0800 |
|---|---|---|
| committer | Bob Halley <halley@dnspython.org> | 2017-01-29 06:53:01 -0800 |
| commit | 4f26a2c7af86474a3800c616aa26f2f419dd28c5 (patch) | |
| tree | f9f8ba622ea33d382bc7dc33cdbf048c51488e0b /doc | |
| parent | 1254ded90d9b4311e952964ccad1404b6d1be824 (diff) | |
| download | dnspython-4f26a2c7af86474a3800c616aa26f2f419dd28c5.tar.gz | |
dns.query.xfr() now raises on a non-zero rcode.
[ISSUE #231]
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/exceptions.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/exceptions.rst b/doc/exceptions.rst index fdf0edd..b705482 100644 --- a/doc/exceptions.rst +++ b/doc/exceptions.rst @@ -51,6 +51,7 @@ dns.query Exceptions .. autoexception:: dns.query.BadResponse .. autoexception:: dns.query.UnexpectedSource +.. autoexception:: dns.query.TransferError dns.rcode Exceptions |
