mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
added a few more __all__ lists
fixed typo in ihooks docstring
This commit is contained in:
parent
26e94a8822
commit
2dd4276559
9 changed files with 26 additions and 1 deletions
|
@ -18,6 +18,9 @@ __version__ = "2.39"
|
|||
|
||||
import binascii, re, socket, string, time, random, sys
|
||||
|
||||
__all__ = ["IMAP4","error","abort","readonly","Internaldate2tuple",
|
||||
"Int2AP","ParseFlags","Time2InternalDate"]
|
||||
|
||||
# Globals
|
||||
|
||||
CRLF = '\r\n'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue