Uh oh!
There was an error while loading. Please reload this page.
gh-81691: Fix handling of multiple "--" (double dashes) in argparse - #124233
Conversation
savannahostrowski
commented
Sep 19, 2024
Thanks for putting up the PR. I was going back through a couple of other bugs in argparse related to the handling of I know that REMAINDER was made undocumented via #61252, but I think we'd probably still want to update this as well? |
serhiy-storchaka
commented
Sep 19, 2024
Yes, but changing this behavior requires more significant rewriting. I am planning to do this later. |
…arse Only the first one has now been removed, all subsequent ones are now taken literally.
67ed47e to
34884b2CompareThanks @serhiy-storchaka for the PR 🌮🎉.. I'm working now to backport this PR to: 3.12, 3.13. |
…arse (pythonGH-124233) Only the first one has now been removed, all subsequent ones are now taken literally. (cherry picked from commit aae1267) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
GH-124266 is a backport of this pull request to the 3.13 branch. |
…arse (pythonGH-124233) Only the first one has now been removed, all subsequent ones are now taken literally. (cherry picked from commit aae1267) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
GH-124267 is a backport of this pull request to the 3.12 branch. |
…arse (pythonGH-124233) Only the first one has now been removed, all subsequent ones are now taken literally.
…arse (pythonGH-124233) Only the first one has now been removed, all subsequent ones are now taken literally.
Only the first one has now been removed, all subsequent ones are now taken literally.