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 terry.reedy
Recipients rjeffman, terry.reedy
Date 2020-09-18.22:12:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1600467129.59.0.200871672764.issue41769@roundup.psfhosted.org>
In-reply-to
Content
You think the behavior is wrong.  Does it disagree with the doc?  If not, this is an design change (enhancement) issue limited to future version.  If so, it might be a bug that can be backported.

However, when I run the code on Windows with an argument
f:\dev\3x>py -3.8 f:/python/a/tem3.py a b
usage: tem3.py [-h]
...

I do not get an error, but get the same usage message as without. Adding quotes on the command line makes no difference.
History
Date User Action Args
2020-09-18 22:12:09terry.reedysetrecipients: + terry.reedy, rjeffman
2020-09-18 22:12:09terry.reedysetmessageid: <1600467129.59.0.200871672764.issue41769@roundup.psfhosted.org>
2020-09-18 22:12:09terry.reedylinkissue41769 messages
2020-09-18 22:12:09terry.reedycreate