gh-81691: Fix handling of multiple "--" (double dashes) in argparse#124233
gh-81691: Fix handling of multiple "--" (double dashes) in argparse#124233serhiy-storchaka merged 2 commits into
Conversation
|
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? |
Sorry, something went wrong.
|
Yes, but changing this behavior requires more significant rewriting. I am planning to do this later. |
Sorry, something went wrong.
…arse Only the first one has now been removed, all subsequent ones are now taken literally.
67ed47e to
34884b2
Compare
September 19, 2024 18:53
|
Thanks @serhiy-storchaka for the PR 🌮🎉.. I'm working now to backport this PR to: 3.12, 3.13. |
Sorry, something went wrong.
…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>
…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>
…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.