-
-
Notifications
You must be signed in to change notification settings - Fork 32.2k
bpo-29512: Change bisect to bisect_cmd in docstring #13040
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
Conversation
cc: @vstinner Thanks for this tool :) |
@vstinner: Please replace |
Thanks @tirkarthi for the PR, and @vstinner for merging it 🌮🎉.. I'm working now to backport this PR to: 2.7. |
Thanks @tirkarthi for the PR, and @vstinner for merging it 🌮🎉.. I'm working now to backport this PR to: 3.7. |
GH-13050 is a backport of this pull request to the 2.7 branch. |
(cherry picked from commit 11e4a94) Co-authored-by: Xtreak <[email protected]>
GH-13051 is a backport of this pull request to the 3.7 branch. |
(cherry picked from commit 11e4a94) Co-authored-by: Xtreak <[email protected]>
(cherry picked from commit 11e4a94) Co-authored-by: Xtreak <[email protected]>
(cherry picked from commit 11e4a94) Co-authored-by: Xtreak <[email protected]>
bisect
was renamed tobisect_cmd
https://bugs.python.org/issue29512#msg318191. This changes the docstrings as per the update.https://bugs.python.org/issue29512