From: Barry Warsaw Date: Tue, 22 Dec 1998 20:37:36 +0000 (+0000) Subject: Small, and final docstring merge with Dragon's version. X-Git-Tag: v1.5.2b1~3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0720177e3d9662d9ea157d3abee4531af16f8877;p=python Small, and final docstring merge with Dragon's version. --- diff --git a/Lib/smtplib.py b/Lib/smtplib.py index d955e696cf..264eafb157 100755 --- a/Lib/smtplib.py +++ b/Lib/smtplib.py @@ -38,10 +38,14 @@ Example: (250, "Somebody OverHere ") >>> s.quit() +Bugs/TODO: + - Exceptions should be classes + ''' import socket -import string, re +import string +import re import rfc822 import types