Skip to content

anext is after any #107662

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
zeritonius opened this issue Aug 5, 2023 · 2 comments · Fixed by #107664
Closed

anext is after any #107662

zeritonius opened this issue Aug 5, 2023 · 2 comments · Fixed by #107664
Labels
docs Documentation in the Doc dir

Comments

@zeritonius
Copy link

zeritonius commented Aug 5, 2023

Documentation

In the list of builtin functions:
https://docs.python.org/3/library/functions.html
"anext" is after "any", yet in the documentation itself, on the same page, "anext" is before "any", in the correct alphabetical order.

Is this just a typo or there is a reason for it?
Thank you.

anext

Linked PRs

@zeritonius zeritonius added the docs Documentation in the Doc dir label Aug 5, 2023
terryjreedy added a commit to terryjreedy/cpython that referenced this issue Aug 5, 2023
Order was reversed in index at top, not in body.
@terryjreedy
Copy link
Member

Same in 3.12 and main. Thanks for reporting. Prepared PR.

terryjreedy added a commit that referenced this issue Aug 5, 2023
Order was reversed in index at top, not in body.
miss-islington pushed a commit to miss-islington/cpython that referenced this issue Aug 5, 2023
…107663)

Order was reversed in index at top, not in body.
(cherry picked from commit 9ebc6ec)

Co-authored-by: Terry Jan Reedy <[email protected]>
miss-islington pushed a commit to miss-islington/cpython that referenced this issue Aug 5, 2023
…107663)

Order was reversed in index at top, not in body.
(cherry picked from commit 9ebc6ec)

Co-authored-by: Terry Jan Reedy <[email protected]>
AlexWaygood pushed a commit that referenced this issue Aug 5, 2023
… (#107665)

gh-107662: Switch 'any' and 'anext' in functions.rst (GH-107663)

Order was reversed in index at top, not in body.
(cherry picked from commit 9ebc6ec)

Co-authored-by: Terry Jan Reedy <[email protected]>
@terryjreedy
Copy link
Member

Close when 3.12 is unblocked and 3.12 backport is merged.

Yhg1s pushed a commit that referenced this issue Aug 6, 2023
… (#107664)

gh-107662: Switch 'any' and 'anext' in functions.rst (GH-107663)

Order was reversed in index at top, not in body.
(cherry picked from commit 9ebc6ec)

Co-authored-by: Terry Jan Reedy <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Documentation in the Doc dir
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants