➜

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
收信人 ezio.melotti, kennyluck, loewis, python-dev, serhiy.storchaka, vstinner
日期 2014-05-15.13:12:01
SpamBayes Score -1.0
Marked as misclassified 是
Message-id <1400159521.27.0.644506361025.issue13916@psf.upfronthosting.co.za>
In-reply-to
内容
It makes sense to restrict surrogatepass to UTF-* encodings. UTF-8, UTF-16 and UTF-32 encoders reject surrogate characters, but not UTF-7. Is it a bug? I'm asking because PyCodec_SurrogatePassErrors() doesn't support UTF-7.

IMO your change is important enough to be mentionned in What's new Python 3.5 document, and maybe also in the documentation of the codecs module.
历史
日期 用户 动作 参数
2014-05-15 13:12:01vstinner修改recipients: + vstinner, loewis, ezio.melotti, python-dev, kennyluck, serhiy.storchaka
2014-05-15 13:12:01vstinner修改messageid: <1400159521.27.0.644506361025.issue13916@psf.upfronthosting.co.za>
2014-05-15 13:12:01vstinner链接issue13916 messages
2014-05-15 13:12:01vstinner创建