mirror of
https://github.com/python/cpython.git
synced 2025-08-27 20:25:18 +00:00
Issue #22247: Add NNTPError to nntplib.__all__.
This commit is contained in:
parent
fc4ead2451
commit
96756b6a27
3 changed files with 16 additions and 7 deletions
|
@ -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",
|
||||
]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue