◐ Shell
clean mode source ↗

gh-81691: Fix handling of multiple "--" (double dashes) in argparse by serhiy-storchaka · Pull Request #124233 · python/cpython

@serhiy-storchaka 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

Sep 19, 2024
…arse

Only the first one has now been removed, all subsequent ones are now
taken literally.

@serhiy-storchaka

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

Sep 20, 2024
…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

Sep 20, 2024
…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

Sep 20, 2024
…parse (GH-124233) (GH-124267)

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>

savannahostrowski pushed a commit to savannahostrowski/cpython that referenced this pull request

Sep 22, 2024
…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

Sep 22, 2024
…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

Oct 7, 2024
…parse (GH-124233) (GH-124266)

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>