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, methane, vstinner, yan12125
Date 2018-01-16.00:08:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
> New changeset 7ed7aead9503102d2ed316175f198104e0cd674c by Victor Stinner in branch 'master':
> bpo-29240: Fix locale encodings in UTF-8 Mode (#5170)

Oh, this change broke test_nonascii() of test_readline() on FreeBSD.

Previsously, readline used ASCII/surrogateescape encoding for the POSIX locale. Now, mbstowcs() / wcstombs() is called directly, with the surrogateescape error handler.
History
Date User Action Args
2018-01-16 00:08:03vstinnersetrecipients: + vstinner, ezio.melotti, methane, eryksun, yan12125
2018-01-16 00:08:03vstinnersetmessageid: <[email protected]>
2018-01-16 00:08:03vstinnerlinkissue29240 messages
2018-01-16 00:08:03vstinnercreate