]> git.ipfire.org Git - thirdparty/dnspython.git/commit
Implement new inbound xfr design. 576/head
authorBob Halley <halley@dnspython.org>
Mon, 17 Aug 2020 00:58:29 +0000 (17:58 -0700)
committerBob Halley <halley@dnspython.org>
Fri, 21 Aug 2020 14:40:45 +0000 (07:40 -0700)
commita7de0230bcbd9eb1a92cebe988394231cd6437da
tree80eaac1c15eda312309c0d87f904a19a55fafc1c
parente2888f116e0c98748f63044e9801acd0d18defd5
Implement new inbound xfr design.
12 files changed:
dns/__init__.py
dns/asyncquery.py
dns/query.py
dns/transaction.py
dns/xfr.py [new file with mode: 0644]
doc/async-query.rst
doc/inbound-xfr-class.rst [new file with mode: 0644]
doc/query.rst
doc/zone-class.rst
doc/zone.rst
tests/test_transaction.py
tests/test_xfr.py [new file with mode: 0644]