This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author barry
Recipients barry, r.david.murray
Date 2015-10-06.19:59:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1444161567.94.0.721141385253.issue25328@psf.upfronthosting.co.za>
In-reply-to
Content
In Python 3.5, SMTPChannel.__init__() ensures that enable_SMTPUTF8 and decode_data arguments are not both true.  This even seems to be tested in test_smtpd.py.  But it's clearly bogus because the exception is never raised!  It just creates and throws away the exception instance.
History
Date User Action Args
2015-10-06 19:59:27barrysetrecipients: + barry, r.david.murray
2015-10-06 19:59:27barrysetmessageid: <1444161567.94.0.721141385253.issue25328@psf.upfronthosting.co.za>
2015-10-06 19:59:27barrylinkissue25328 messages
2015-10-06 19:59:27barrycreate