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.

作者 ncoghlan
收信人 Jan Niklas Hasse, abarry, akira, barry, deleted250130, ezio.melotti, lemburg, mcepl, methane, ncoghlan, ned.deily, r.david.murray, ronaldoussoren, vstinner, xdegaye, yan12125
日期 2020-03-22.12:55:15
SpamBayes Score -1.0
Marked as misclassified
Message-id <1584881715.97.0.40455945223.issue28180@roundup.psfhosted.org>
In-reply-to
内容
The test cases for locale coercion *not* triggering still assume that bpo-19977, using surrogateescape on the standard streams in the POSIX locale, has been implemented (since that was implemented in Python 3.5).

Hence the various test cases complaining that they found "ascii:strict" (Py 3.4 behaviour without bpo-19977) where they expected "ascii:surrogateescape" (the Py 3.5+ behaviour *with* bpo-19977).

To get a PEP 538 backport to work as intended on 3.4, you'd need to backport that earlier IO stream error handling change as well.
历史
日期 用户 动作 参数
2020-03-22 12:55:16ncoghlan修改recipients: + ncoghlan, lemburg, barry, ronaldoussoren, vstinner, ned.deily, mcepl, ezio.melotti, r.david.murray, methane, akira, deleted250130, xdegaye, yan12125, abarry, Jan Niklas Hasse
2020-03-22 12:55:15ncoghlan修改messageid: <1584881715.97.0.40455945223.issue28180@roundup.psfhosted.org>
2020-03-22 12:55:15ncoghlan链接issue28180 messages
2020-03-22 12:55:15ncoghlan创建