X Tutup
Skip to content

bpo-29512: Change bisect to bisect_cmd in docstring#13040

Merged
vstinner merged 1 commit intopython:masterfrom
tirkarthi:fix-test-bisect-docstring
May 2, 2019
Merged

bpo-29512: Change bisect to bisect_cmd in docstring#13040
vstinner merged 1 commit intopython:masterfrom
tirkarthi:fix-test-bisect-docstring

Conversation

@tirkarthi
Copy link
Copy Markdown
Member

@tirkarthi tirkarthi commented May 1, 2019

bisect was renamed to bisect_cmd https://bugs.python.org/issue29512#msg318191. This changes the docstrings as per the update.

https://bugs.python.org/issue29512

@tirkarthi
Copy link
Copy Markdown
Member Author

cc: @vstinner

Thanks for this tool :)

@vstinner vstinner merged commit 11e4a94 into python:master May 2, 2019
@bedevere-bot
Copy link
Copy Markdown

@vstinner: Please replace # with GH- in the commit message next time. Thanks!

@miss-islington
Copy link
Copy Markdown
Contributor

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

@miss-islington
Copy link
Copy Markdown
Contributor

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

@bedevere-bot
Copy link
Copy Markdown

GH-13050 is a backport of this pull request to the 2.7 branch.

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request May 2, 2019
(cherry picked from commit 11e4a94)

Co-authored-by: Xtreak <tir.karthi@gmail.com>
@bedevere-bot
Copy link
Copy Markdown

GH-13051 is a backport of this pull request to the 3.7 branch.

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request May 2, 2019
(cherry picked from commit 11e4a94)

Co-authored-by: Xtreak <tir.karthi@gmail.com>
miss-islington added a commit that referenced this pull request May 2, 2019
(cherry picked from commit 11e4a94)

Co-authored-by: Xtreak <tir.karthi@gmail.com>
miss-islington added a commit that referenced this pull request May 2, 2019
(cherry picked from commit 11e4a94)

Co-authored-by: Xtreak <tir.karthi@gmail.com>
jcfr pushed a commit to python-cmake-buildsystem/cpython that referenced this pull request Jun 2, 2025
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.

6 participants

X Tutup