From: Georg Brandl Date: Fri, 17 Aug 2007 05:58:36 +0000 (+0000) Subject: Note that smtplib example needs a mailserver. X-Git-Tag: v2.6a1~1489 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=690b97c005a55d3f6a07378da782ecf91ad4c812;p=python Note that smtplib example needs a mailserver. --- 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: