]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
In rcpt(), avoid a space after the TO: address when the option list is
authorGuido van Rossum <guido@python.org>
Thu, 14 Jan 1999 04:18:46 +0000 (04:18 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 14 Jan 1999 04:18:46 +0000 (04:18 +0000)
commit348fd06890a964e713e151526b0de5042c68574e
tree1be5bce0767c6231462ab493dd22255ce94bec30
parente1bf7e8c1d5ec4e16a7dc772e3e6091e773e5007
In rcpt(), avoid a space after the TO: address when the option list is
empty.  Make sure there is a space when there are options.
Lib/smtplib.py