summaryrefslogtreecommitdiffstats
path: root/Doc/tutorial/stdlib.rst
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2007-08-17 05:58:36 (GMT)
committerGeorg Brandl <georg@python.org>2007-08-17 05:58:36 (GMT)
commit690b97c005a55d3f6a07378da782ecf91ad4c812 (patch)
treef07b5f786d525351b07ba89e222a1dafb0457e83 /Doc/tutorial/stdlib.rst
parentee354b1e96a75f7485eb9c4612404acbf9f9b2d7 (diff)
downloadcpython-690b97c005a55d3f6a07378da782ecf91ad4c812.zip
cpython-690b97c005a55d3f6a07378da782ecf91ad4c812.tar.gz
cpython-690b97c005a55d3f6a07378da782ecf91ad4c812.tar.bz2
Note that smtplib example needs a mailserver.
Diffstat (limited to 'Doc/tutorial/stdlib.rst')
-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 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: