Small, and final docstring merge with Dragon's version.

This commit is contained in:
Barry Warsaw 1998-12-22 20:37:36 +00:00
parent 5cb48a4c98
commit 0720177e3d
1 changed files with 5 additions and 1 deletions

View File

@ -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