[issue12499] textwrap.wrap: add control for fonts with different character widths

Tyler Romeo report at bugs.python.org
Tue Jul 5 18:17:25 CEST 2011


Tyler Romeo <tylerromeo at gmail.com> added the comment:

Normally I would have just added it as a function to be overloaded, but because of the nature of the textwrap.wrap function (all kwargs are passed to the TextWrapper constructor) I thought it made a lot more sense to keep it as an argument to __init__.

----------

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


More information about the Python-bugs-list mailing list