diff options
| author | Berker Peksag <berker.peksag@gmail.com> | 2016-07-01 12:17:45 +0300 |
|---|---|---|
| committer | Berker Peksag <berker.peksag@gmail.com> | 2016-07-01 12:17:45 +0300 |
| commit | a9e1ebb780b971079f5b43813426261bd69baf5d (patch) | |
| tree | 524418792b06f76b911febbb241897869d1dc20b /Lib/smtplib.py | |
| parent | e807e892ed0b8398f62351f204cae6b35d4f0510 (diff) | |
| parent | e39682b0768bcf06d3c0d8480dd2f98824afafe6 (diff) | |
| download | cpython-git-a9e1ebb780b971079f5b43813426261bd69baf5d.tar.gz | |
Issue #27430: Merge from 3.5
Diffstat (limited to 'Lib/smtplib.py')
| -rwxr-xr-x | Lib/smtplib.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/smtplib.py b/Lib/smtplib.py index dfbf5f9324..5b9e66536a 100755 --- a/Lib/smtplib.py +++ b/Lib/smtplib.py @@ -900,7 +900,7 @@ class SMTP: the recipient addresses contain non-ASCII and the server advertises the SMTPUTF8 capability, the policy is cloned with utf8 set to True for the serialization, and SMTPUTF8 and BODY=8BITMIME are asserted on the send. - If the server does not support SMTPUTF8, an SMPTNotSupported error is + If the server does not support SMTPUTF8, an SMTPNotSupported error is raised. Otherwise the generator is called without modifying the policy. |
