Message322228
| Author | paul.j3 |
|---|---|
| Recipients | Mariatta, ckessler, docs@python, paul.j3 |
| Date | 2018-07-23.16:00:05 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1532361605.35.0.56676864532.issue34174@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
argparse does import 'textwrap', but as '_textwrap', so it could be used with:
argparse._textwrap.dedent(...)
Importing your own is cleaner. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2018-07-23 16:00:05 | paul.j3 | set | recipients: + paul.j3, docs@python, Mariatta, ckessler |
| 2018-07-23 16:00:05 | paul.j3 | set | messageid: <1532361605.35.0.56676864532.issue34174@psf.upfronthosting.co.za> |
| 2018-07-23 16:00:05 | paul.j3 | link | issue34174 messages |
| 2018-07-23 16:00:05 | paul.j3 | create | |