]> git.ipfire.org Git - thirdparty/dnspython.git/commit
Allow Zones with different map types. (#1015)
authorBob Halley <halley@dnspython.org>
Wed, 29 Nov 2023 13:30:03 +0000 (05:30 -0800)
committerGitHub <noreply@github.com>
Wed, 29 Nov 2023 13:30:03 +0000 (05:30 -0800)
commitc1fe3c6fac0f5fd57a15dc3bf588cf6cb52fa82c
treedcdf0d9bea91116b5e4b5222404bc437cd28eab1
parentfe48d61feda8310a298923b037ef566f9df9ebce
Allow Zones with different map types. (#1015)

* Allow Zones with different map types.

* Backwards compatibility for python 3.8.
dns/immutable.py
dns/zone.py
tests/test_zone.py