summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBob Halley <halley@dnspython.org>2020-05-22 08:54:44 -0700
committerBob Halley <halley@dnspython.org>2020-05-22 08:54:44 -0700
commit1c796045eda93992a319432e792d4959479f9192 (patch)
tree369174aed29a6d6e8d230bc428a96f7a6ca2c874 /doc
parentc28f87fb6c3bc36f6b15c0333027e584a61198f5 (diff)
downloaddnspython-1c796045eda93992a319432e792d4959479f9192.tar.gz
revision of truncation handling
Diffstat (limited to 'doc')
-rw-r--r--doc/query.rst1
-rw-r--r--doc/whatsnew.rst3
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.