From: Piers Lauder Date: Sun, 21 Oct 2001 22:37:28 +0000 (+0000) Subject: update version number X-Git-Tag: v2.2.1c1~1125 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fe6accfc3654672c4ce323754c0084ceffec711d;p=thirdparty%2FPython%2Fcpython.git update version number --- diff --git a/Lib/imaplib.py b/Lib/imaplib.py index 204148bc8e75..dd6e797b265c 100644 --- a/Lib/imaplib.py +++ b/Lib/imaplib.py @@ -16,7 +16,7 @@ Public functions: Internaldate2tuple # String method conversion by ESR, February 2001. # GET/SETACL contributed by Anthony Baxter April 2001. -__version__ = "2.47" +__version__ = "2.49" import binascii, re, socket, time, random, sys