Skip to content

[3.10] GH-96179: Fix misleading example on the bisect documentation (GH-96228) #96245

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

Merged
merged 1 commit into from
Aug 24, 2022

Conversation

miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Aug 24, 2022

The movies[bisect(movies, 1960, key=by_year)] will actually return only movies after 1960.
(cherry picked from commit 4317b25)

Co-authored-by: prego [email protected]

…ythonGH-96228)

The `movies[bisect(movies, 1960, key=by_year)]` will actually return only movies **after** 1960.
(cherry picked from commit 4317b25)

Co-authored-by: prego <[email protected]>
@miss-islington
Copy link
Contributor Author

Status check is done, and it's a success ✅ .

@miss-islington miss-islington merged commit 41e8257 into python:3.10 Aug 24, 2022
@miss-islington miss-islington deleted the backport-4317b25-3.10 branch August 24, 2022 15:55
@miss-islington
Copy link
Contributor Author

Status check is done, and it's a success ✅ .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants