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.

作者 amaury.forgeotdarc
收信人 amaury.forgeotdarc, ocean-city
日期 2008-09-30.23:52:04
SpamBayes Score 3.191293e-07
Marked as misclassified
Message-id <1222818728.09.0.227952318428.issue2382@psf.upfronthosting.co.za>
In-reply-to
内容
I think that your patch works only for terminals where one byte of the 
encoded text is displayed as one character on the terminal. This is not 
true for utf-8 terminals, for example.

In the attached patch, I tried to write some unit tests, (I had to adapt 
the traceback module as well), and one test still fails because the 
captured stderr has a utf-8 encoding.
I think that it's better to count unicode characters.
历史
日期 用户 动作 参数
2008-09-30 23:52:08amaury.forgeotdarc修改recipients: + amaury.forgeotdarc, ocean-city
2008-09-30 23:52:08amaury.forgeotdarc修改messageid: <1222818728.09.0.227952318428.issue2382@psf.upfronthosting.co.za>
2008-09-30 23:52:07amaury.forgeotdarc链接issue2382 messages
2008-09-30 23:52:06amaury.forgeotdarc创建