]> git.ipfire.org Git - thirdparty/dnspython.git/commit
Adds sock parameters to query methods. 498/head
authorBrian Wellington <bwelling@xbill.org>
Mon, 1 Jun 2020 17:09:37 +0000 (10:09 -0700)
committerBrian Wellington <bwelling@xbill.org>
Mon, 1 Jun 2020 17:09:37 +0000 (10:09 -0700)
commit52f46fc0d23d760f6b4b1e5d8d46cda031ed86e9
tree0e81246dcc53c2c23ee33fc0f00e369bf837d0e5
parentc19e6716a86593528ae3d4904bf1cefcfcd477b9
Adds sock parameters to query methods.

Allow passing a socket into dns.query.{udp,tcp,tls,udp_with_fallback},
and add tests for this.
dns/query.py
tests/test_query.py