mirror of
https://github.com/python/cpython.git
synced 2025-11-25 04:34:37 +00:00
__all__: removed "error", "abort", "readonly", as these are not
exportable module attributes (they're attributes on the IMAP class). Fixed the case typo on Time2Internaldate. Does anybody run the test suite any more? <wink>
This commit is contained in:
parent
24f3acab3b
commit
f44939105a
1 changed files with 2 additions and 2 deletions
|
|
@ -18,8 +18,8 @@ __version__ = "2.39"
|
|||
|
||||
import binascii, re, socket, string, time, random, sys
|
||||
|
||||
__all__ = ["IMAP4","error","abort","readonly","Internaldate2tuple",
|
||||
"Int2AP","ParseFlags","Time2InternalDate"]
|
||||
__all__ = ["IMAP4", "Internaldate2tuple",
|
||||
"Int2AP", "ParseFlags", "Time2Internaldate"]
|
||||
|
||||
# Globals
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue