Skip to content

gh-58572: Fix behavior when '--' as argument to option in argparse - #15714

Closed
shihai1991 wants to merge 3 commits into
python:mainfrom
shihai1991:bpo_14364
Closed

gh-58572: Fix behavior when '--' as argument to option in argparse#15714
shihai1991 wants to merge 3 commits into
python:mainfrom
shihai1991:bpo_14364

Conversation

@shihai1991

@shihai1991shihai1991 commented Sep 6, 2019

Copy link
Copy Markdown
Member

Comment threadLib/argparse.py
@rhettingerrhettinger self-assigned this Oct 6, 2019
@rhettingerrhettinger removed their assignment Dec 29, 2021
@erlend-aaslanderlend-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 argparseJan 12, 2024
@serhiy-storchaka

Copy link
Copy Markdown
Member

This does not actually fixes the issue. It does not prevent swallowing "--" for multiple arguments. It was fixed in #124233.

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants

@shihai1991@serhiy-storchaka@hansrajdas@rhettinger@the-knights-who-say-ni@ezio-melotti@bedevere-bot