[issue4318] optparse: formatting of help text/descriptions

David W. Lambert report at bugs.python.org
Thu Feb 26 20:20:14 CET 2009


David W. Lambert <lambertdw at corning.com> added the comment:

granted, this isn't terribly difficult:

'\n'.join(textwrap.fill(line) for line in text.split('\n'))

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


More information about the Python-bugs-list mailing list