[issue24665] CJK support for textwrap

STINNER Victor report at bugs.python.org
Mon Jul 3 07:16:09 EDT 2017


STINNER Victor added the comment:

I remove the dependency to bpo-12568 since the current PR uses unicodedata.east_asian_width(), not the C function wcswidth().

----------
dependencies:  -Add functions to get the width in columns of a character

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue24665>
_______________________________________


More information about the Python-bugs-list mailing list