]> git.ipfire.org Git - thirdparty/dnspython.git/commit
Create EOFError exceptions with text EOF. (#1124)
authorBrian Wellington <bwelling@xbill.org>
Fri, 23 Aug 2024 20:31:57 +0000 (13:31 -0700)
committerGitHub <noreply@github.com>
Fri, 23 Aug 2024 20:31:57 +0000 (13:31 -0700)
commitc97da58d0bc125eba8cbab3e7a85ddbfa71611d2
tree66992a1af1c80c24b9b9ab552c137ff12890868e
parente03819b1cee50bc2813141db2becb801447db716
Create EOFError exceptions with text EOF. (#1124)

Previously, EOFErrors were being created with no text, leading to bad
looking error messages.
dns/_asyncio_backend.py
dns/asyncquery.py
dns/query.py