[docs] [issue34174] argparse formatter_class issue for RawDescriptionHelpFormatter

paul j3 report at bugs.python.org
Mon Jul 23 12:00:05 EDT 2018


paul j3 <ajipanca at gmail.com> added the comment:

argparse does import 'textwrap', but as '_textwrap', so it could be used with:

    argparse._textwrap.dedent(...)

Importing your own is cleaner.

----------
nosy: +paul.j3

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue34174>
_______________________________________


More information about the docs mailing list