]> granicus.if.org Git - python/commit
#12283: Fixed regression in smtplib quoting of leading dots in DATA.
authorR David Murray <rdmurray@bitdance.com>
Thu, 9 Jun 2011 19:05:57 +0000 (15:05 -0400)
committerR David Murray <rdmurray@bitdance.com>
Thu, 9 Jun 2011 19:05:57 +0000 (15:05 -0400)
commit0f663d07e669c39ce9a7ddfa71ed1293379a358e
tree10a53c305cd4812929a1519ae61e7aaa12798ff7
parent8168d10ea683d939ae52a1ed3d7c697c92bfae3d
#12283: Fixed regression in smtplib quoting of leading dots in DATA.

I unfortunately introduced the regression when I refactored the code,
and there were no tests of quoting so it wasn't caught.  Now there
is one.
Lib/smtplib.py
Lib/test/test_smtplib.py
Misc/NEWS