rthalley / dnspython

a powerful DNS toolkit for python
http://www.dnspython.org
Other
2.46k stars 519 forks source link

Create EOFError exceptions with text EOF. #1124

Closed bwelling closed 3 months ago

bwelling commented 3 months ago

Create EOFError exceptions with text EOF.

Previously, EOFErrors were being created with no text, leading to bad looking error messages.