]> git.ipfire.org Git - thirdparty/dnspython.git/commit
Add make_resolver_at() and resolve_at(). (#926)
authorBob Halley <halley@dnspython.org>
Wed, 19 Apr 2023 15:51:16 +0000 (08:51 -0700)
committerGitHub <noreply@github.com>
Wed, 19 Apr 2023 15:51:16 +0000 (08:51 -0700)
commit6daff0efc931aca94b75fadf57fcfa95da9fce1b
treee3d450e973e3d60479bcc5201d653b61e91be5ce
parent4783033f4365a9e9cd55e01bc6839f7df2cfd456
Add make_resolver_at() and resolve_at(). (#926)
dns/asyncresolver.py
dns/resolver.py
doc/async-resolver-functions.rst
doc/resolver-functions.rst
doc/whatsnew.rst
examples/async_dns.py
examples/query_specific.py
tests/test_async.py
tests/test_resolver.py