diff options
author | Georg Brandl <georg@python.org> | 2007-08-17 05:58:36 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2007-08-17 05:58:36 (GMT) |
commit | 690b97c005a55d3f6a07378da782ecf91ad4c812 (patch) | |
tree | f07b5f786d525351b07ba89e222a1dafb0457e83 /Doc/tutorial | |
parent | ee354b1e96a75f7485eb9c4612404acbf9f9b2d7 (diff) | |
download | cpython-690b97c005a55d3f6a07378da782ecf91ad4c812.zip cpython-690b97c005a55d3f6a07378da782ecf91ad4c812.tar.gz cpython-690b97c005a55d3f6a07378da782ecf91ad4c812.tar.bz2 |
Note that smtplib example needs a mailserver.
Diffstat (limited to 'Doc/tutorial')
-rw-r--r-- | Doc/tutorial/stdlib.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/tutorial/stdlib.rst b/Doc/tutorial/stdlib.rst index 8ff6012..38e0871 100644 --- a/Doc/tutorial/stdlib.rst +++ b/Doc/tutorial/stdlib.rst @@ -165,6 +165,8 @@ and :mod:`smtplib` for sending mail:: ... """) >>> server.quit() +(Note that the second example needs a mailserver running on localhost.) + .. _tut-dates-and-times: |