]> git.ipfire.org Git - thirdparty/dnspython.git/commit
Add id to dns.message.make_query(). 712/head
authorBrian Wellington <bwelling@xbill.org>
Thu, 14 Oct 2021 18:15:55 +0000 (11:15 -0700)
committerBrian Wellington <bwelling@xbill.org>
Thu, 14 Oct 2021 18:15:55 +0000 (11:15 -0700)
commit4eb5dc951ebe26f0b8b909d241607a19ac49fdc6
tree8cbb6618ee7d77c4e948f0d9260a17b485610dd9
parentfd830f71579f8337d0f9a0c3c40e7b5683957cc4
Add id to dns.message.make_query().

Allow the caller to supply a message id when building a query.
dns/message.py
tests/test_message.py