]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix bug in smtplib example: the prompt said to end the message with ^D,
authorFred Drake <fdrake@acm.org>
Sun, 20 May 2001 13:35:45 +0000 (13:35 +0000)
committerFred Drake <fdrake@acm.org>
Sun, 20 May 2001 13:35:45 +0000 (13:35 +0000)
commit38665cabd056c9a0fa467a530046a599c33e10be
tree4b9496ef67ae4f7043f2676a4261e4c94da2ff3f
parent964aa1d5e6af7dd515494ef019e3f504367971a0
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