diff options
Diffstat (limited to 'Lib/poplib.py')
-rw-r--r-- | Lib/poplib.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Lib/poplib.py b/Lib/poplib.py index 251a712..a4fd2bc 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" |