-
-
Notifications
You must be signed in to change notification settings - Fork 31.7k
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
Labels
docs
Documentation in the Doc dir
Comments
terryjreedy
added a commit
to terryjreedy/cpython
that referenced
this issue
Aug 5, 2023
Order was reversed in index at top, not in body.
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
Close when 3.12 is unblocked and 3.12 backport is merged. |
Yhg1s
pushed a commit
that referenced
this issue
Aug 6, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Linked PRs
The text was updated successfully, but these errors were encountered: