From 690b97c005a55d3f6a07378da782ecf91ad4c812 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Fri, 17 Aug 2007 05:58:36 +0000 Subject: [PATCH] Note that smtplib example needs a mailserver. --- Doc/tutorial/stdlib.rst | 2 ++ 1 file changed, 2 insertions(+) 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: -- 2.50.1