diff options
| author | Bob Halley <halley@dnspython.org> | 2017-01-15 06:54:01 -0800 |
|---|---|---|
| committer | Bob Halley <halley@dnspython.org> | 2017-01-15 06:54:01 -0800 |
| commit | 06c70be17f026c83f1035dd89d150024b783355f (patch) | |
| tree | 527c31f0e382964488c6266a3cde882282586299 /doc | |
| parent | 9522ac660d9f6c45cc42d6cc2e1d5743b801704a (diff) | |
| download | dnspython-06c70be17f026c83f1035dd89d150024b783355f.tar.gz | |
doco Update
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/message-update.rst | 11 | ||||
| -rw-r--r-- | doc/message.rst | 1 |
2 files changed, 12 insertions, 0 deletions
diff --git a/doc/message-update.rst b/doc/message-update.rst new file mode 100644 index 0000000..dddb6d0 --- /dev/null +++ b/doc/message-update.rst @@ -0,0 +1,11 @@ +.. _message-update: + +The dns.update.Update Class +--------------------------- + +DNS Dynamic Update message have a complex encoding, so +dnspython provides a subclass of ``dns.message.Message`` +specialized for creating them. + +.. autoclass:: dns.update.Update + :members: diff --git a/doc/message.rst b/doc/message.rst index fb2f8bf..48b7387 100644 --- a/doc/message.rst +++ b/doc/message.rst @@ -18,3 +18,4 @@ a textual form, and also read from that form. message-opcode message-rcode message-edns + message-update |
