]> granicus.if.org Git - python/commitdiff
__all__: removed "error", "abort", "readonly", as these are not
authorBarry Warsaw <barry@python.org>
Wed, 24 Jan 2001 04:16:09 +0000 (04:16 +0000)
committerBarry Warsaw <barry@python.org>
Wed, 24 Jan 2001 04:16:09 +0000 (04:16 +0000)
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>

Lib/imaplib.py

index 229e5c6edcd6bb801175f6f197ef69d060736681..dc07415f8f52302fa00bdefededd6ba1c0600d35 100644 (file)
@@ -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