◐ Shell
clean mode source ↗

gh-103582: Remove last references to `argparse.REMAINDER` from docs by sobolevn · Pull Request #103586 · python/cpython

Skip to content

Navigation Menu

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

hugovk

hauntsaninja

@miss-islington

Thanks @sobolevn for the PR, and @hauntsaninja for merging it 🌮🎉.. I'm working now to backport this PR to: 3.11.
🐍🍒⛏🤖

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

Apr 19, 2023

@bedevere-bot

miss-islington added a commit that referenced this pull request

Apr 19, 2023
…H-103586)

(cherry picked from commit f4d0879)

Co-authored-by: Nikita Sobolev <mail@sobolevn.me>

zware

@@ -2218,7 +2218,7 @@ support this parsing style.

These parsers do not support all the argparse features, and will raise
exceptions if unsupported features are used. In particular, subparsers,

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit: hanging trailing comma on this line now (In particular, subparsers, and mutually...)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I will change this in my next argparse PR, thanks! :)

carljm added a commit to carljm/cpython that referenced this pull request

Apr 20, 2023

Labels