summaryrefslogtreecommitdiffstats
path: root/Lib/imaplib.py
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2000-02-28 15:12:25 (GMT)
committerGuido van Rossum <guido@python.org>2000-02-28 15:12:25 (GMT)
commit98d9fd3e68075ce6fe7642ed8793c1abee69edf6 (patch)
treee7edc9f6bc97f7543df5b741520cf0f607176b15 /Lib/imaplib.py
parentee28c3a5eae41a9b349ebbe7c4583d6a36a1984c (diff)
downloadcpython-98d9fd3e68075ce6fe7642ed8793c1abee69edf6.zip
cpython-98d9fd3e68075ce6fe7642ed8793c1abee69edf6.tar.gz
cpython-98d9fd3e68075ce6fe7642ed8793c1abee69edf6.tar.bz2
Simple changes by Gerrit Holl - move author acknowledgements out of
docstrings into comments.
Diffstat (limited to 'Lib/imaplib.py')
-rw-r--r--Lib/imaplib.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/Lib/imaplib.py b/Lib/imaplib.py
index 898dd9f..9389b22 100644
--- a/Lib/imaplib.py
+++ b/Lib/imaplib.py
@@ -3,10 +3,6 @@
Based on RFC 2060.
-Author: Piers Lauder <piers@cs.su.oz.au> December 1997.
-
-Authentication code contributed by Donn Cave <donn@u.washington.edu> June 1998.
-
Public class: IMAP4
Public variable: Debug
Public functions: Internaldate2tuple
@@ -15,6 +11,10 @@ Public functions: Internaldate2tuple
Time2Internaldate
"""
+# Author: Piers Lauder <piers@cs.su.oz.au> December 1997.
+#
+# Authentication code contributed by Donn Cave <donn@u.washington.edu> June 1998.
+
__version__ = "2.32"
import binascii, re, socket, string, time, random, sys