[docs] [issue35533] argparse standard error usage for exit / error
Philip Rowlands
report at bugs.python.org
Wed Dec 19 06:47:10 EST 2018
New submission from Philip Rowlands <pythonbugs at dimebar.com>:
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
----------
assignee: docs at python
components: Documentation
messages: 332128
nosy: docs at python, philiprowlands
priority: normal
severity: normal
status: open
title: argparse standard error usage for exit / error
type: enhancement
versions: Python 3.7
_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue35533>
_______________________________________
More information about the docs
mailing list