From 98d9fd3e68075ce6fe7642ed8793c1abee69edf6 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Mon, 28 Feb 2000 15:12:25 +0000 Subject: Simple changes by Gerrit Holl - move author acknowledgements out of docstrings into comments. --- Lib/poplib.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Lib/poplib.py') 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 - [heavily stealing from nntplib.py] -Updated: Piers Lauder [Jul '97] """ +# Author: David Ascher +# [heavily stealing from nntplib.py] +# Updated: Piers Lauder [Jul '97] + # Example (see the test function at the end of this file) TESTSERVER = "localhost" -- cgit v1.2.1