From: Piers Lauder Date: Wed, 2 Jun 2004 00:42:36 +0000 (+0000) Subject: Added IMAP4_stream to __all__ X-Git-Tag: v2.4a1~317 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0659452b8b273fb04fc6efee2f5b262837251818;p=python Added IMAP4_stream to __all__ --- diff --git a/Lib/imaplib.py b/Lib/imaplib.py index 3dd7e07034..8ccf8b828c 100644 --- a/Lib/imaplib.py +++ b/Lib/imaplib.py @@ -23,7 +23,7 @@ __version__ = "2.54" import binascii, os, random, re, socket, sys, time -__all__ = ["IMAP4", "IMAP4_SSL", "Internaldate2tuple", +__all__ = ["IMAP4", "IMAP4_SSL", "IMAP4_stream", "Internaldate2tuple", "Int2AP", "ParseFlags", "Time2Internaldate"] # Globals