Small, and final docstring merge with Dragon's version.
This commit is contained in:
parent
5cb48a4c98
commit
0720177e3d
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue