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 vegarsti
Recipients vegarsti
Date 2020-08-20.11:56:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1597924567.1.0.765668555004.issue41600@roundup.psfhosted.org>
In-reply-to
Content
It seems that I mixed up something in the post here. If the quoted string is `"--a=1 --b=2` as I said in the post, then the program will only complain about `b` missing. In this case, it sets `a` to be `1 --b=2`. Whereas if the quoted string is `"--a 1 --b 2"` (i.e. space and not `=` is used to separate), then it will say that both `a` and `b` are missing.
History
Date User Action Args
2020-08-20 11:56:07vegarstisetrecipients: + vegarsti
2020-08-20 11:56:07vegarstisetmessageid: <1597924567.1.0.765668555004.issue41600@roundup.psfhosted.org>
2020-08-20 11:56:07vegarstilinkissue41600 messages
2020-08-20 11:56:07vegarsticreate