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
收信人 ncoghlan
日期 2014-08-27.10:50:20
SpamBayes Score -1.0
Marked as misclassified
Message-id <1409136620.65.0.397738586583.issue22286@psf.upfronthosting.co.za>
In-reply-to
内容
In the discussion on issue 18814, Antoine pointed out that in a Python 3 world, using backslashescape during decoding actually makes sense - it lets you accurately report arbitrary bytes in the sequence, without needing surrogateescape or surrogatepass to be used when encoding later.
历史
日期 用户 动作 参数
2014-08-27 10:50:20ncoghlan修改recipients: + ncoghlan
2014-08-27 10:50:20ncoghlan修改messageid: <1409136620.65.0.397738586583.issue22286@psf.upfronthosting.co.za>
2014-08-27 10:50:20ncoghlan链接issue22286 messages
2014-08-27 10:50:20ncoghlan创建