Message322241
| Author | paul.j3 |
|---|---|
| Recipients | paul.j3, porton |
| Date | 2018-07-23.18:53:52 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1532372032.72.0.56676864532.issue34191@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Updating you Python3.7 might change the behavior. If I read https://github.com/python/cpython/commits/master/Lib/argparse.py correctly, subparsers are no longer required by default (it reverted back to earlier Py3 behavior). There is a proposed patch for handling this 'dest=None' issue, but I don't think that's been pushed. But simply adding the 'dest' to subparses should work without update. If you want to identify which subparser was used, you need this 'dest'. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2018-07-23 18:53:52 | paul.j3 | set | recipients: + paul.j3, porton |
| 2018-07-23 18:53:52 | paul.j3 | set | messageid: <1532372032.72.0.56676864532.issue34191@psf.upfronthosting.co.za> |
| 2018-07-23 18:53:52 | paul.j3 | link | issue34191 messages |
| 2018-07-23 18:53:52 | paul.j3 | create | |