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 corona10
Recipients Anthony Sottile, bethard, corona10, eric.fahlgren
Date 2019-01-20.09:10:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1547975437.87.0.195926533207.issue35785@roundup.psfhosted.org>
In-reply-to
Content
➜  cpython.git git:(3.7) ✗ ./python.exe bpo-35785.py --foo test
➜  cpython.git git:(3.7) ✗ ./python.exe bpo-35785.py --foo 1
➜  cpython.git git:(3.7) ✗ ./python.exe bpo-35785.py --foo
usage: bpo-35785.py [-h] [--foo FOO]
bpo-35785.py: error: argument --foo: expected one argument
History
Date User Action Args
2019-01-20 09:10:38corona10setrecipients: + corona10, bethard, eric.fahlgren, Anthony Sottile
2019-01-20 09:10:37corona10setmessageid: <1547975437.87.0.195926533207.issue35785@roundup.psfhosted.org>
2019-01-20 09:10:37corona10linkissue35785 messages
2019-01-20 09:10:37corona10create