summaryrefslogtreecommitdiff
path: root/doc/message.rst
diff options
context:
space:
mode:
authorBob Halley <halley@dnspython.org>2017-01-14 10:30:41 -0800
committerBob Halley <halley@dnspython.org>2017-01-14 10:30:41 -0800
commit93f21ea5c9cb169061da2ed31707eb4fdf57faf8 (patch)
tree884ff19b8139c7dc65054b5b8a6e62023569beba /doc/message.rst
parentfc7db7da4284eedaa951e6acc34e6e6f94da1c64 (diff)
downloaddnspython-93f21ea5c9cb169061da2ed31707eb4fdf57faf8.tar.gz
more message doco
Diffstat (limited to 'doc/message.rst')
-rw-r--r--doc/message.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/message.rst b/doc/message.rst
index ee34b47..2404e2f 100644
--- a/doc/message.rst
+++ b/doc/message.rst
@@ -4,6 +4,12 @@
DNS Messages
============
+Objects of the dns.message.Message class represent a single DNS message.
+
+The module provides tools for constructing and manipulating messages.
+TSIG signatures and EDNS are also supported. Messages can be dumped to
+a textual form, and also read from that form.
+
.. toctree::
message-class