paul j3 <[email protected]> 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 <[email protected]>
<https://bugs.python.org/issue34174>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to