Skip to content
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

bpo-44227: Update bisect docstrings #26548

Merged
merged 1 commit into from
Jun 6, 2021
Merged

Conversation

hrchu
Copy link
Contributor

@hrchu hrchu commented Jun 5, 2021

docstrings in bisect.py were updated by

The return value i is such that all e in a[:i] have e <= x, and all e in

This commit updates corresponding docstrings in _bisectmodule.c.

https://bugs.python.org/issue44227

@rhettinger rhettinger changed the title Update bisect docstrings bpo-44227: Update bisect docstrings Jun 6, 2021
@rhettinger rhettinger added needs backport to 3.10 only security fixes skip news docs Documentation in the Doc dir labels Jun 6, 2021
@rhettinger rhettinger merged commit 18e9edb into python:main Jun 6, 2021
@miss-islington
Copy link
Contributor

Thanks @hrchu for the PR, and @rhettinger for merging it 🌮🎉.. I'm working now to backport this PR to: 3.10.
🐍🍒⛏🤖

@bedevere-bot
Copy link

GH-26563 is a backport of this pull request to the 3.10 branch.

@bedevere-bot bedevere-bot removed the needs backport to 3.10 only security fixes label Jun 6, 2021
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Jun 6, 2021
(cherry picked from commit 18e9edb)

Co-authored-by: hrchu <petertc.chu@gmail.com>
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 skip news
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants