diff options
| author | Bob Halley <halley@dnspython.org> | 2009-03-30 23:10:03 +0000 |
|---|---|---|
| committer | Bob Halley <halley@dnspython.org> | 2009-03-30 23:10:03 +0000 |
| commit | 268625b6dc8f24d70a151da4070361142166adc2 (patch) | |
| tree | b69227a418e0b2d407d697e07ed24c7ad896e2e7 | |
| parent | 6e34247de18bc8327929328dec6280941b25983b (diff) | |
| download | dnspython-268625b6dc8f24d70a151da4070361142166adc2.tar.gz | |
document options
| -rw-r--r-- | dns/message.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dns/message.py b/dns/message.py index 9afbd3d..cc0ac60 100644 --- a/dns/message.py +++ b/dns/message.py @@ -468,6 +468,8 @@ class Message(object): @param request_payload: The EDNS payload size to use when sending this message. If not specified, defaults to the value of payload. @type request_payload: int or None + @param options: The EDNS options + @type options: None or list of dns.edns.Option objects @see: RFC 2671 """ if edns is None or edns is False: |
