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 vstinner
Recipients eryksun, ezio.melotti, lazka, vstinner, xiang.zhang
Date 2016-09-06.16:35:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAMpsgwaao8FY5r6_C5c9tUFu4aNmfgn+NtxARYFkJqK9ToGSDg@mail.gmail.com>
In-reply-to <CAE6_+Udg4oBbRsOSO-3aU=EG=HRSTaFyyU-eDg7K_5GwnB0Kpw@mail.gmail.com>
Content
UTF codecs must not encode surrogate characters:
http://unicodebook.readthedocs.io/issues.html#non-strict-utf-8-decoder-overlong-byte-sequences-and-surrogates

Python 3 is right, sadly it's too late to fix Python 2.
History
Date User Action Args
2016-09-06 16:35:45vstinnersetrecipients: + vstinner, ezio.melotti, eryksun, xiang.zhang, lazka
2016-09-06 16:35:45vstinnerlinkissue27971 messages
2016-09-06 16:35:45vstinnercreate