summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2007-08-17 05:58:36 +0000
committerGeorg Brandl <georg@python.org>2007-08-17 05:58:36 +0000
commit690b97c005a55d3f6a07378da782ecf91ad4c812 (patch)
treef07b5f786d525351b07ba89e222a1dafb0457e83
parentee354b1e96a75f7485eb9c4612404acbf9f9b2d7 (diff)
downloadcpython-git-690b97c005a55d3f6a07378da782ecf91ad4c812.tar.gz
Note that smtplib example needs a mailserver.
-rw-r--r--Doc/tutorial/stdlib.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/tutorial/stdlib.rst b/Doc/tutorial/stdlib.rst
index 8ff6012fa2..38e0871e12 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: