diff options
author | Bob Halley <halley@dnspython.org> | 2020-05-22 08:54:44 -0700 |
---|---|---|
committer | Bob Halley <halley@dnspython.org> | 2020-05-22 08:54:44 -0700 |
commit | 1c796045eda93992a319432e792d4959479f9192 (patch) | |
tree | 369174aed29a6d6e8d230bc428a96f7a6ca2c874 /doc | |
parent | c28f87fb6c3bc36f6b15c0333027e584a61198f5 (diff) | |
download | dnspython-1c796045eda93992a319432e792d4959479f9192.tar.gz |
revision of truncation handling
Diffstat (limited to 'doc')
-rw-r--r-- | doc/query.rst | 1 | ||||
-rw-r--r-- | doc/whatsnew.rst | 3 |
2 files changed, 1 insertions, 3 deletions
diff --git a/doc/query.rst b/doc/query.rst index 55aa5ab..08940b4 100644 --- a/doc/query.rst +++ b/doc/query.rst @@ -17,6 +17,7 @@ UDP --- .. autofunction:: dns.query.udp +.. autofunction:: dns.query.udp_with_fallback .. autofunction:: dns.query.send_udp .. autofunction:: dns.query.receive_udp diff --git a/doc/whatsnew.rst b/doc/whatsnew.rst index 4dc8047..f2e7adf 100644 --- a/doc/whatsnew.rst +++ b/doc/whatsnew.rst @@ -57,9 +57,6 @@ What's New in dnspython 2.0.0 * The NINFO record is supported. -* When decoding from wire format, if a message as TC (truncated) set, - a ``Truncated`` exception is now raised. - * The ``dns.hash`` module has been removed; just use Python's native ``hashlib`` module. |