From: Bob Halley Date: Mon, 30 Mar 2009 23:10:03 +0000 (+0000) Subject: document options X-Git-Tag: v1.7.0~30 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=268625b6dc8f24d70a151da4070361142166adc2;p=thirdparty%2Fdnspython.git document options --- diff --git a/dns/message.py b/dns/message.py index 9afbd3d0..cc0ac60b 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: