]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
document options
authorBob Halley <halley@dnspython.org>
Mon, 30 Mar 2009 23:10:03 +0000 (23:10 +0000)
committerBob Halley <halley@dnspython.org>
Mon, 30 Mar 2009 23:10:03 +0000 (23:10 +0000)
dns/message.py

index 9afbd3d0446642776e9bf324b82ff37269d520c8..cc0ac60bd0f728f6932e50e9cb995633ec1f7318 100644 (file)
@@ -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: