summaryrefslogtreecommitdiff
path: root/Lib/poplib.py
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2000-02-28 15:12:25 +0000
committerGuido van Rossum <guido@python.org>2000-02-28 15:12:25 +0000
commit98d9fd3e68075ce6fe7642ed8793c1abee69edf6 (patch)
treee7edc9f6bc97f7543df5b741520cf0f607176b15 /Lib/poplib.py
parentee28c3a5eae41a9b349ebbe7c4583d6a36a1984c (diff)
downloadcpython-git-98d9fd3e68075ce6fe7642ed8793c1abee69edf6.tar.gz
Simple changes by Gerrit Holl - move author acknowledgements out of
docstrings into comments.
Diffstat (limited to 'Lib/poplib.py')
-rw-r--r--Lib/poplib.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/Lib/poplib.py b/Lib/poplib.py
index 251a71237c..a4fd2bc32c 100644
--- a/Lib/poplib.py
+++ b/Lib/poplib.py
@@ -1,12 +1,12 @@
"""A POP3 client class.
Based on the J. Myers POP3 draft, Jan. 96
-
-Author: David Ascher <david_ascher@brown.edu>
- [heavily stealing from nntplib.py]
-Updated: Piers Lauder <piers@cs.su.oz.au> [Jul '97]
"""
+# Author: David Ascher <david_ascher@brown.edu>
+# [heavily stealing from nntplib.py]
+# Updated: Piers Lauder <piers@cs.su.oz.au> [Jul '97]
+
# Example (see the test function at the end of this file)
TESTSERVER = "localhost"