mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-24 02:59:43 -04:00
Previously, hasattr("extended_errors") was used as a check to detect a
mimumum required dnspython version in order to only perform the EDE
check if a new-enough dnspython was present. This is now abstracted into
isctest.check.ede().
In order to support dnspython<2.2.0, use isctest.compat.EDECode rather
than using dns.edns.EDECode directly.
|
||
|---|---|---|
| .. | ||
| ns1 | ||
| ns2 | ||
| common.py | ||
| tests_ede24_expired.py | ||
| tests_ede24_noloaded.py | ||