]> granicus.if.org Git - python/commit
#25328: add missing raise keyword in decode_data+SMTPUTF8 check.
authorR David Murray <rdmurray@bitdance.com>
Fri, 9 Oct 2015 14:19:33 +0000 (10:19 -0400)
committerR David Murray <rdmurray@bitdance.com>
Fri, 9 Oct 2015 14:19:33 +0000 (10:19 -0400)
commit1a815389cccef2e28e2d27f14e71a1b708cfb20f
tree96b2c80b81916c20b03bd91988b6dac4e0b63294
parent5ae56919ab46e07e9bd6e5530cddac75e0276505
#25328: add missing raise keyword in decode_data+SMTPUTF8 check.

This is a relatively benign bug, since having both be true was correctly
rejected at in SMTPServer even before this patch.

Patch by Xiang Zhang.
Lib/smtpd.py
Lib/test/test_smtpd.py
Misc/NEWS