]> granicus.if.org Git - python/commit
Fix bug in smtplib example: the prompt said to end the message with ^D,
authorFred Drake <fdrake@acm.org>
Sun, 20 May 2001 12:26:04 +0000 (12:26 +0000)
committerFred Drake <fdrake@acm.org>
Sun, 20 May 2001 12:26:04 +0000 (12:26 +0000)
commite9719fe1a79d1bf0db1729940e84538ea83dff88
tree18d707b1f4196d486f21c998b79bc11932f27570
parent09daff4596048f640cd7583066f3ff60986d800c
Fix bug in smtplib example: the prompt said to end the message with ^D,
but doing so raised EOFError.  This makes it work as advertised and
converts to string methods where reasonable.

This closes SF bug #424776.
Doc/lib/libsmtplib.tex