gh-81691: Fix handling of multiple "--" (double dashes) in argparse by serhiy-storchaka · Pull Request #124233 · python/cpython
serhiy-storchaka
changed the title
gh-95468: Fix handling of multiple "--" (double dashes) in argparse
gh-81691: Fix handling of multiple "--" (double dashes) in argparse
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request
…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>
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request
…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>
serhiy-storchaka added a commit that referenced this pull request
savannahostrowski pushed a commit to savannahostrowski/cpython that referenced this pull request
…arse (pythonGH-124233) Only the first one has now been removed, all subsequent ones are now taken literally.
savannahostrowski pushed a commit to savannahostrowski/cpython that referenced this pull request
…arse (pythonGH-124233) Only the first one has now been removed, all subsequent ones are now taken literally.
serhiy-storchaka added a commit that referenced this pull request