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.

作者 sjmachin
收信人 dangra, ezio.melotti, lemburg, sjmachin
日期 2010-04-01.15:23:22
SpamBayes Score 0.0003995498
Marked as misclassified
Message-id <1270135403.73.0.139390730316.issue8271@psf.upfronthosting.co.za>
In-reply-to
内容
@lemburg: """perhaps applying the same logic as for the other sequences is a better strategy"""

What other sequences??? F5-FF are invalid bytes; they don't start valid sequences. What same logic?? At the start of a character, they should get the same short sharp treatment as any other non-starter byte e.g. 80 or C0.
历史
日期 用户 动作 参数
2010-04-01 15:23:23sjmachin修改recipients: + sjmachin, lemburg, ezio.melotti, dangra
2010-04-01 15:23:23sjmachin修改messageid: <1270135403.73.0.139390730316.issue8271@psf.upfronthosting.co.za>
2010-04-01 15:23:22sjmachin链接issue8271 messages
2010-04-01 15:23:22sjmachin创建