]> granicus.if.org Git - python/commitdiff
Small, and final docstring merge with Dragon's version.
authorBarry Warsaw <barry@python.org>
Tue, 22 Dec 1998 20:37:36 +0000 (20:37 +0000)
committerBarry Warsaw <barry@python.org>
Tue, 22 Dec 1998 20:37:36 +0000 (20:37 +0000)
Lib/smtplib.py

index d955e696cf3475c86fe9777026a482f40c238773..264eafb157045d1d79c78c7d81d82d368902ff6b 100755 (executable)
@@ -38,10 +38,14 @@ Example:
   (250, "Somebody OverHere <somebody@here.my.org>")
   >>> s.quit()
 
+Bugs/TODO:
+    - Exceptions should be classes
+
 '''
 
 import socket
-import string, re
+import string
+import re
 import rfc822
 import types