Issue #22247: Add NNTPError to nntplib.__all__.

This commit is contained in:
Berker Peksag 2014-09-20 08:53:05 +03:00
parent fc4ead2451
commit 96756b6a27
3 changed files with 16 additions and 7 deletions

View file

@ -80,8 +80,8 @@ from email.header import decode_header as _email_decode_header
from socket import _GLOBAL_DEFAULT_TIMEOUT
__all__ = ["NNTP",
"NNTPReplyError", "NNTPTemporaryError", "NNTPPermanentError",
"NNTPProtocolError", "NNTPDataError",
"NNTPError", "NNTPReplyError", "NNTPTemporaryError",
"NNTPPermanentError", "NNTPProtocolError", "NNTPDataError",
"decode_header",
]