Commit 0720177e authored by Barry Warsaw's avatar Barry Warsaw

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

parent 5cb48a4c
...@@ -38,10 +38,14 @@ Example: ...@@ -38,10 +38,14 @@ Example:
(250, "Somebody OverHere <somebody@here.my.org>") (250, "Somebody OverHere <somebody@here.my.org>")
>>> s.quit() >>> s.quit()
Bugs/TODO:
- Exceptions should be classes
''' '''
import socket import socket
import string, re import string
import re
import rfc822 import rfc822
import types import types
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment