From: Piers Lauder Date: Wed, 31 Aug 2005 10:50:03 +0000 (+0000) Subject: updated __version__ X-Git-Tag: v2.5a0~1423 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=be5615ef996a5c76d6075e1253b9a64f7b88e3e7;p=thirdparty%2FPython%2Fcpython.git updated __version__ --- diff --git a/Lib/imaplib.py b/Lib/imaplib.py index 85ecd53cdf7a..08e15207a43d 100644 --- a/Lib/imaplib.py +++ b/Lib/imaplib.py @@ -20,7 +20,7 @@ Public functions: Internaldate2tuple # PROXYAUTH contributed by Rick Holbert November 2002. # GET/SETANNOTATION contributed by Tomas Lindroos June 2005. -__version__ = "2.57" +__version__ = "2.58" import binascii, os, random, re, socket, sys, time