]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
Update BADTSIG text. main
authorBrian Wellington <bwelling@xbill.org>
Mon, 13 Jul 2026 19:28:12 +0000 (12:28 -0700)
committerGitHub <noreply@github.com>
Mon, 13 Jul 2026 19:28:12 +0000 (12:28 -0700)
dns/message.py

index 8b984c27ba5dd190ac82b6c119cd1e68d295c2cb..27f8a2f6f6421719c533ab8a6c649f021c541e93 100644 (file)
@@ -67,7 +67,7 @@ class BadEDNS(dns.exception.FormError):
 
 class BadTSIG(dns.exception.FormError):
     """A TSIG record occurred somewhere other than the end of
-    the additional data section."""
+    the additional data section or the class is not ANY."""
 
 
 class UnknownTSIGKey(dns.exception.DNSException):