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.

作者 vstinner
收信人 eryksun, ezio.melotti, methane, vstinner, yan12125
日期 2017-12-21.23:11:01
SpamBayes Score -1.0
Marked as misclassified
Message-id <1513897861.14.0.213398074469.issue29240@psf.upfronthosting.co.za>
In-reply-to
内容
IHMO test_readline should be fixed by ignoring the UTF-8 mode in Py_EncodeLocale/Py_DecodeLocale, but only when called from the Python readline module. We need maybe new functions, something like: Py_EncodeCurrentLocale/Py_DecodeCurrentLocale.

I will work on a patch when I will be back from holiday. In the meanwhile, I skipped the test to repair FreeBSD 3.x buildbots.
历史
日期 用户 动作 参数
2017-12-21 23:11:01vstinner修改recipients: + vstinner, ezio.melotti, methane, eryksun, yan12125
2017-12-21 23:11:01vstinner修改messageid: <1513897861.14.0.213398074469.issue29240@psf.upfronthosting.co.za>
2017-12-21 23:11:01vstinner链接issue29240 messages
2017-12-21 23:11:01vstinner创建