-
-
Notifications
You must be signed in to change notification settings - Fork 32.1k
gh-95468: Add more tests for "--" (double dash) in test_argparse #124274
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gh-95468: Add more tests for "--" (double dash) in test_argparse #124274
Conversation
Thanks @serhiy-storchaka for the PR 🌮🎉.. I'm working now to backport this PR to: 3.12, 3.13. |
Sorry, @serhiy-storchaka, I could not cleanly backport this to
|
Sorry, @serhiy-storchaka, I could not cleanly backport this to
|
Thanks @serhiy-storchaka for the PR 🌮🎉.. I'm working now to backport this PR to: 3.12. |
pythonGH-124274) (cherry picked from commit baa3550) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
GH-124276 is a backport of this pull request to the 3.12 branch. |
Thanks @serhiy-storchaka for the PR 🌮🎉.. I'm working now to backport this PR to: 3.13. |
pythonGH-124274) (cherry picked from commit baa3550) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
GH-125068 is a backport of this pull request to the 3.13 branch. |
These tests add context for the following changes.