]> git.ipfire.org Git - thirdparty/dnspython.git/commit
Btree Zones (#1215)
authorBob Halley <halley@dnspython.org>
Sun, 10 Aug 2025 21:16:34 +0000 (14:16 -0700)
committerGitHub <noreply@github.com>
Sun, 10 Aug 2025 21:16:34 +0000 (14:16 -0700)
commita650a406c33045372b52dde70fba06bbb6d682da
tree9da6c6f67d4e406e399bb0f82359a5e69a09956e
parent3eb84f4a42a80b46963b72ab50c80c8fd0ba96e2
Btree Zones (#1215)

* Add BTree zone
dns/btree.py [new file with mode: 0644]
dns/btreezone.py [new file with mode: 0644]
dns/versioned.py
dns/zone.py
tests/test_btree.py [new file with mode: 0644]
tests/test_btreezone.py [new file with mode: 0644]
tests/test_zone.py