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 natim
Recipients asvetlov, natim, vstinner, yselivanov
Date 2018-10-18.10:04:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1539857065.82.0.788709270274.issue35014@psf.upfronthosting.co.za>
In-reply-to
Content
> List of strings works on both my local Linux box and CPython test suite.

Indeed that's why I posted this bug report, in my opinion it should work only with bytes string.

> Can you elaborate? On which OS? What is your error message? Can you paste a traceback?

If you try to send a UTF-8 string on a linux box for instance, you might get a UnicodeEncodeError.

Let me try to provide you with a script to reproduce this error.
History
Date User Action Args
2018-10-18 10:04:25natimsetrecipients: + natim, vstinner, asvetlov, yselivanov
2018-10-18 10:04:25natimsetmessageid: <1539857065.82.0.788709270274.issue35014@psf.upfronthosting.co.za>
2018-10-18 10:04:25natimlinkissue35014 messages
2018-10-18 10:04:25natimcreate