- Python Home
- About
- News
- Documentation
- Downloads
- Community
- Foundation
- Developer's Guide
- Issue Tracker
- Issues
- Summaries
- User
- Administration
- Help
Message373405
This issue tracker has been migrated to GitHub,
and is currently read-only.
For more information,
see the GitHub FAQs in the Python's Developer Guide.
| Author | mhughes |
|---|---|
| Recipients | mhughes, paul.j3, rhettinger, xtreak |
| Date | 2020-07-09.13:59:50 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1594303191.17.0.587388901487.issue41255@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
I've attached a patch containing tests showing the current behavior, namely that exit_on_error does not change the behavior of argparse.ArgumentParser.parse_args in either case: * An unrecognized option is given * A required option is not given Should the docs be updated to note this? |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2020-07-09 13:59:51 | mhughes | set | recipients: + mhughes, rhettinger, paul.j3, xtreak |
| 2020-07-09 13:59:51 | mhughes | set | messageid: <1594303191.17.0.587388901487.issue41255@roundup.psfhosted.org> |
| 2020-07-09 13:59:51 | mhughes | link | issue41255 messages |
| 2020-07-09 13:59:51 | mhughes | create | |

