Join GitHub today
GitHub is home to over 36 million developers working together to host and review code, manage projects, and build software together.
Sign upbpo-34848 : Correct a method signature in docstring for range(..).index method #9877
+1
−1
Conversation
the-knights-who-say-ni
added
the
CLA signed
label
Oct 14, 2018
bedevere-bot
added
the
awaiting review
label
Oct 14, 2018
This comment has been minimized.
This comment has been minimized.
|
srinivasreddy
changed the title
Closes bpo:34848 : Correct an incorrect method signature in docstring for range(..).index method
Closes bpo:34848 : Correct a method signature in docstring for range(..).index method
Oct 14, 2018
srinivasreddy
changed the title
Closes bpo:34848 : Correct a method signature in docstring for range(..).index method
Closes bpo-34848 : Correct a method signature in docstring for range(..).index method
Oct 14, 2018
eric-wieser
approved these changes
Oct 15, 2018
bedevere-bot
added
awaiting core review
and removed
awaiting review
labels
Oct 15, 2018
serhiy-storchaka
requested a review
from
rhettinger
Oct 16, 2018
srinivasreddy
changed the title
Closes bpo-34848 : Correct a method signature in docstring for range(..).index method
bpo-34848 : Correct a method signature in docstring for range(..).index method
Oct 23, 2018
serhiy-storchaka
assigned
rhettinger
Nov 27, 2018
rhettinger
approved these changes
Dec 4, 2018
bedevere-bot
added
awaiting merge
and removed
awaiting core review
labels
Dec 4, 2018
ericvsmith
added
the
skip news
label
May 3, 2019
vstinner
merged commit 22c5263
into
python:master
May 3, 2019
bedevere-bot
removed
the
awaiting merge
label
May 3, 2019
vstinner
added
the
needs backport to 3.7
label
May 3, 2019
This comment has been minimized.
This comment has been minimized.
miss-islington
commented
May 3, 2019
|
Thanks @srinivasreddy for the PR, and @vstinner for merging it |
This comment has been minimized.
This comment has been minimized.
bedevere-bot
commented
May 3, 2019
|
GH-13075 is a backport of this pull request to the 3.7 branch. |
bedevere-bot
removed
the
needs backport to 3.7
label
May 3, 2019
miss-islington
added a commit
to miss-islington/cpython
that referenced
this pull request
May 3, 2019
srinivasreddy
deleted the
srinivasreddy:34848
branch
May 3, 2019
miss-islington
added a commit
that referenced
this pull request
May 3, 2019
arnolddumas
added a commit
to arnolddumas/cpython
that referenced
this pull request
May 3, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
srinivasreddy commentedOct 14, 2018
•
edited
https://bugs.python.org/issue34848