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 methane
Recipients abarry, methane, vinay.sajip
Date 2016-07-01.11:37:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1467373060.01.0.0939392189483.issue27424@psf.upfronthosting.co.za>
In-reply-to
Content
Maybe, `socket.getfqdn()` returns non-ASCII string in your environment.
smtpd.py has `-u` option which enables utf-8 support.

smtpd.SMTPServer has enable_SMTPUTF8 option.
test_logging.TestSMTPServer should enable this option.

Could you test adding `enable_SMTPUTF8=True` kwarg here?
https://github.com/python/cpython/blob/master/Lib/test/test_logging.py#L682-L683
History
Date User Action Args
2016-07-01 11:37:40methanesetrecipients: + methane, vinay.sajip, abarry
2016-07-01 11:37:40methanesetmessageid: <1467373060.01.0.0939392189483.issue27424@psf.upfronthosting.co.za>
2016-07-01 11:37:39methanelinkissue27424 messages
2016-07-01 11:37:39methanecreate