]> git.ipfire.org Git - thirdparty/dnspython.git/commit
Improve dns.message.make_query() docs.
authorBrian Wellington <bwelling@xbill.org>
Wed, 13 Oct 2021 23:31:03 +0000 (16:31 -0700)
committerBrian Wellington <bwelling@xbill.org>
Wed, 13 Oct 2021 23:32:46 +0000 (16:32 -0700)
commitfd830f71579f8337d0f9a0c3c40e7b5683957cc4
treee5ca14354d5455f3b7f04f32b59c36d427e1d895
parent46668dc9f1ae7335c9587f1b37abee19a2548c96
Improve dns.message.make_query() docs.

Update the docs to match the code.  Specifically, the docs implied that
EDNS was only enabled if use_edns was set, while the code would enable
EDNS if any parameter that required EDNS was set and use_edns was not
set.
dns/message.py