]> granicus.if.org Git - python/commitdiff
Note that smtplib example needs a mailserver.
authorGeorg Brandl <georg@python.org>
Fri, 17 Aug 2007 05:58:36 +0000 (05:58 +0000)
committerGeorg Brandl <georg@python.org>
Fri, 17 Aug 2007 05:58:36 +0000 (05:58 +0000)
Doc/tutorial/stdlib.rst

index 8ff6012fa22a1b676f9d96ef4b6ee7e12668f40c..38e0871e129421f6b90865c0372740577d56d28b 100644 (file)
@@ -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: