◐ Shell
clean mode source ↗

gh-100546: Remove incorrect positional-only marker from eval by hauntsaninja · Pull Request #100547 · python/cpython

All the arguments are positional-only.

The current status after python#99476 seems to be to not use positional-only
markers in documentation, hence I've simply removed it.

That said, there are still three other positional-only markers in this
file).  I asked for clarification in
python#100546 (comment).
See also python#98340

@bedevere-bot mentioned this pull request

Dec 27, 2022

sobolevn

AlexWaygood

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

Jan 1, 2023
…ythonGH-100547)

All the arguments are positional-only.

The current status after pythonGH-99476 seems to be to not use positional-only
markers in documentation, hence I've simply removed it.
(cherry picked from commit 71159a8)

Co-authored-by: Shantanu <12621235+hauntsaninja@users.noreply.github.com>

miss-islington added a commit that referenced this pull request

Jan 1, 2023
All the arguments are positional-only.

The current status after GH-99476 seems to be to not use positional-only
markers in documentation, hence I've simply removed it.
(cherry picked from commit 71159a8)

Co-authored-by: Shantanu <12621235+hauntsaninja@users.noreply.github.com>