◐ Shell
clean mode source ↗

gh-58572: Fix behavior when '--' as argument to option in argparse by shihai1991 · Pull Request #15714 · python/cpython

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

@shihai1991

@shihai1991 shihai1991 commented

Sep 6, 2019

edited by bedevere-app Bot

Loading

Copy link Copy Markdown

Member

@rhettinger rhettinger self-assigned this

Oct 6, 2019

@rhettinger rhettinger removed their assignment

Dec 29, 2021

@erlend-aasland 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

Jan 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 free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

1 more reviewer

@hansrajdas hansrajdas hansrajdas left review comments

Reviewers whose approvals may not affect merge requirements

Assignees

No one assigned

Projects

None yet

Milestone

No milestone

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