◐ Shell
clean mode source ↗

Doc: Make functions.html readable again. by JulienPalard · Pull Request #99476 · python/cpython

@JulienPalard

rhettinger

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

Nov 19, 2022
(cherry picked from commit 858cb79)

Co-authored-by: Julien Palard <julien@palard.fr>

miss-islington added a commit that referenced this pull request

Nov 19, 2022
(cherry picked from commit 858cb79)

Co-authored-by: Julien Palard <julien@palard.fr>

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

Dec 27, 2022
All the arguments are positional-only.

The current status after python#99476 seems to be to not use positional-only
markers in documentation (although there are still three others in this
file). I asked for clarification in
python#100546 (comment).

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

Dec 27, 2022
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

hauntsaninja added a commit that referenced this pull request

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

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

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>