summaryrefslogtreecommitdiffstats
path: root/Lib/imaplib.py
diff options
context:
space:
mode:
authorPiers Lauder <piers@cs.su.oz.au>2005-08-31 10:50:03 (GMT)
committerPiers Lauder <piers@cs.su.oz.au>2005-08-31 10:50:03 (GMT)
commitbe5615ef996a5c76d6075e1253b9a64f7b88e3e7 (patch)
tree8f9e9467cd4a99cb5c974ae27a4c1c0314eac422 /Lib/imaplib.py
parent14f39402af52f72f1b7f15117bc827e4e81fbe5f (diff)
downloadcpython-be5615ef996a5c76d6075e1253b9a64f7b88e3e7.zip
cpython-be5615ef996a5c76d6075e1253b9a64f7b88e3e7.tar.gz
cpython-be5615ef996a5c76d6075e1253b9a64f7b88e3e7.tar.bz2
updated __version__
Diffstat (limited to 'Lib/imaplib.py')
-rw-r--r--Lib/imaplib.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/imaplib.py b/Lib/imaplib.py
index 85ecd53..08e1520 100644
--- a/Lib/imaplib.py
+++ b/Lib/imaplib.py
@@ -20,7 +20,7 @@ Public functions: Internaldate2tuple
# PROXYAUTH contributed by Rick Holbert <holbert.13@osu.edu> November 2002.
# GET/SETANNOTATION contributed by Tomas Lindroos <skitta@abo.fi> June 2005.
-__version__ = "2.57"
+__version__ = "2.58"
import binascii, os, random, re, socket, sys, time