gh-58572: Fix behavior when '--' as argument to option in argparse by shihai1991 · Pull Request #15714 · python/cpython
-
-
Notifications
You must be signed in to change notification settings - Fork 34.8k
Closed
Conversation
Member
Co-Authored-by: paul j3
the-knights-who-say-ni
added
the
CLA signed
label
bedevere-bot
added
the
awaiting review
label
hansrajdas
reviewed
rhettinger
self-assigned this
rhettinger
removed their assignment
mmaker
mannequin
mentioned this pull request
ezio-melotti
removed
the
CLA signed
label
erlend-aasland
changed the title
bpo-14364: fix behavior when '--' as argument to option in argparse.
gh-58572: Fix behavior when '--' as argument to option in argparse
serhiy-storchaka
commented
Sep 20, 2024
serhiy-storchaka commented
Member
This does not actually fixes the issue. It does not prevent swallowing "--" for multiple arguments. It was fixed in #124233.
serhiy-storchaka
closed this
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment