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 philiprowlands
Recipients docs@python, philiprowlands
Date 2018-12-19.11:47:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1545220030.92.0.788709270274.issue35533@psf.upfronthosting.co.za>
In-reply-to
Content
Because error() mentions standard error and exit() does not, I assumed exit() did not use stderr, but it does.

Please mention standard error in the description of exit().

Relevant code at:
https://github.com/python/cpython/blob/3.7/Lib/argparse.py#L2482
History
Date User Action Args
2018-12-19 11:47:10philiprowlandssetrecipients: + philiprowlands, docs@python
2018-12-19 11:47:10philiprowlandssetmessageid: <1545220030.92.0.788709270274.issue35533@psf.upfronthosting.co.za>
2018-12-19 11:47:10philiprowlandslinkissue35533 messages
2018-12-19 11:47:10philiprowlandscreate