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: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=690b97c005a55d3f6a07378da782ecf91ad4c812;p=thirdparty%2FPython%2Fcpython.git Note that smtplib example needs a mailserver. --- diff --git a/Doc/tutorial/stdlib.rst b/Doc/tutorial/stdlib.rst index 8ff6012fa22a..38e0871e1294 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: