mirror of
https://github.com/python/cpython.git
synced 2025-08-27 04:05:34 +00:00
added several more __all__ lists
This commit is contained in:
parent
46fa39ab1d
commit
269b83bc05
8 changed files with 79 additions and 1 deletions
|
@ -33,7 +33,10 @@ import re
|
|||
import socket
|
||||
import string
|
||||
|
||||
|
||||
__all__ = ["NNTP","NNTPReplyError","NNTPTemporaryError",
|
||||
"NNTPPermanentError","NNTPProtocolError","NNTPDataError",
|
||||
"error_reply","error_temp","error_perm","error_proto",
|
||||
"error_data",]
|
||||
|
||||
# Exceptions raised when an error or invalid response is received
|
||||
class NNTPError(Exception):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue