diff options
author | Raymond Hettinger <python@rcn.com> | 2011-01-27 20:38:46 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2011-01-27 20:38:46 (GMT) |
commit | 469271d4ea02322f526414c0ed51556410b0d3e6 (patch) | |
tree | 26b8af47b4427cc9f042947aaa241ce69a998545 /Doc/library/smtpd.rst | |
parent | 1a90f9c52fbf3ec0318c4c9defafe8403f6146b9 (diff) | |
download | cpython-469271d4ea02322f526414c0ed51556410b0d3e6.zip cpython-469271d4ea02322f526414c0ed51556410b0d3e6.tar.gz cpython-469271d4ea02322f526414c0ed51556410b0d3e6.tar.bz2 |
More source links
Diffstat (limited to 'Doc/library/smtpd.rst')
-rw-r--r-- | Doc/library/smtpd.rst | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Doc/library/smtpd.rst b/Doc/library/smtpd.rst index df67de9..c391f71 100644 --- a/Doc/library/smtpd.rst +++ b/Doc/library/smtpd.rst @@ -7,8 +7,9 @@ .. moduleauthor:: Barry Warsaw <barry@zope.com> .. sectionauthor:: Moshe Zadka <moshez@moshez.org> +**Source code:** :source:`Lib/smtpd.py` - +-------------- This module offers several classes to implement SMTP (email) servers. @@ -166,4 +167,4 @@ SMTPChannel Objects DATA Sets the internal state to :attr:`DATA` and stores remaining lines from the client in :attr:`received_data` until the terminator "\r\n.\r\n" is received. - ======== ===================================================================
\ No newline at end of file + ======== =================================================================== |