Message 297564 - Python tracker

Message297564

Author vstinner
Recipients Arfrever, Nicholas.Cole, benjamin.peterson, eric.araujo, ezio.melotti, inigoserna, lemburg, loewis, poq, r.david.murray, serhiy.storchaka, tchrist, terry.reedy, vstinner, zeha
Date 2017-07-03.11:16:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1499080604.69.0.0991565953167.issue12568@psf.upfronthosting.co.za>
In-reply-to
Content
> At least two other issues depend on this: issue17048 and issue24665.

I removed the dependency from bpo-24665 (CJK support for textwrap) to this issue, since its current PR uses unicodedata.east_asian_width(), not the C function wcswidth().
History
Date User Action Args
2017-07-03 11:16:44vstinnersetrecipients: + vstinner, lemburg, loewis, terry.reedy, benjamin.peterson, ezio.melotti, eric.araujo, Arfrever, r.david.murray, inigoserna, zeha, poq, Nicholas.Cole, tchrist, serhiy.storchaka
2017-07-03 11:16:44vstinnersetmessageid: <1499080604.69.0.0991565953167.issue12568@psf.upfronthosting.co.za>
2017-07-03 11:16:44vstinnerlinkissue12568 messages
2017-07-03 11:16:44vstinnercreate