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.

Author poq
Recipients Arfrever, Nicholas.Cole, ezio.melotti, inigoserna, loewis, poq, tchrist, vstinner, zeha
Date 2012-03-11.10:52:20
SpamBayes Score 1.0593686e-05
Marked as misclassified No
Message-id <1331463141.23.0.200342980125.issue12568@psf.upfronthosting.co.za>
In-reply-to
Content
Martin,

I agree that wcswidth is incorrect with respect to Unicode. However I don't think that's relevant at all. Python should only try to match the behaviour of the terminal.

Since terminals do slightly different things, trying to match them exactly - in all cases, on all systems - is virtually impossible. But AFAICT wcwidth should match the terminal behaviour on nearly all modern systems, so it makes sense to expose it.
History
Date User Action Args
2012-03-11 10:52:21poqsetrecipients: + poq, loewis, vstinner, ezio.melotti, Arfrever, inigoserna, zeha, Nicholas.Cole, tchrist
2012-03-11 10:52:21poqsetmessageid: <1331463141.23.0.200342980125.issue12568@psf.upfronthosting.co.za>
2012-03-11 10:52:20poqlinkissue12568 messages
2012-03-11 10:52:20poqcreate