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-29549: Fixes docstring for str.index #147

Closed

Conversation

CuriousLearner
Copy link
Member

@the-knights-who-say-ni
Copy link

Hello, and thanks for your contribution!

I'm a bot set up to make sure that the project can legally accept your contribution by verifying you have signed the PSF contributor agreement (CLA).

Unfortunately our records indicate you have not signed the CLA. For legal reasons we need you to sign this before we can look at your contribution. Please follow these steps to rectify the issue:

  1. Sign the PSF contributor agreement
  2. Wait at least one US business day and then check "Your Details" on bugs.python.org to see if your account has been marked as having signed the CLA (the delay is due to a person having to manually check your signed CLA)
  3. Reply here saying you have completed the above steps

Thanks again to your contribution and we look forward to looking at it!

@serhiy-storchaka serhiy-storchaka added the docs Documentation in the Doc dir label Feb 18, 2017
@CuriousLearner
Copy link
Member Author

CLA is signed and now visible in my account.

cc @ncoghlan

@serhiy-storchaka
Copy link
Member

See my comment on http://bugs.python.org/issue29549#msg288027.

I do not see much sense in this one change. In any case, it will have to be rewritten. This is far from what is required.

@Mariatta
Copy link
Member

Hi @CuriousLearner . The issue referenced in the BPO is currently assigned to another person. I would suggest that you choose a different issue to work on, one that is not assigned to anyone.
In case it is assigned, please ask first before starting working on it.
Thanks.

@CuriousLearner
Copy link
Member Author

@Mariatta Alright. I apologize for this. I didn't notice this issue was already assigned. Thanks.

@ncoghlan
Copy link
Contributor

Added the sprint label, as this PR was submitted at the PyCon Pune 2017 core development sprint.

akruis pushed a commit to akruis/cpython that referenced this pull request Dec 20, 2017
Don't use deprecated functions in the Stackless test suite.
akruis pushed a commit to akruis/cpython that referenced this pull request Mar 25, 2018
Don't use deprecated functions in the Stackless test suite.
(cherry picked from commit 6c49d91)
akruis pushed a commit to akruis/cpython that referenced this pull request Jun 19, 2018
Don't use deprecated functions in the Stackless test suite.
(cherry picked from commit 6c49d91)
FFY00 added a commit to FFY00/cpython that referenced this pull request Oct 9, 2021
lazka added a commit to lazka/cpython that referenced this pull request Aug 21, 2023
lazka added a commit to lazka/cpython that referenced this pull request Aug 21, 2023
This provides the limited ABI as a separate DLL, forwarding to the
real one. This makes linking with "-lpython3" work.

Fixes python#147
lazka added a commit to lazka/cpython that referenced this pull request Aug 21, 2023
This provides the limited ABI as a separate DLL, forwarding to the
real one. This makes linking with "-lpython3" work.

Fixes python#147
lazka added a commit to lazka/cpython that referenced this pull request Aug 23, 2023
This provides the limited ABI as a separate DLL, forwarding to the
real one. This makes linking with "-lpython3" work.

Fixes python#147
lazka added a commit to lazka/cpython that referenced this pull request Aug 27, 2023
This provides the limited ABI as a separate DLL, forwarding to the
real one. This makes linking with "-lpython3" work.

Fixes python#147
naveen521kk pushed a commit to naveen521kk/cpython that referenced this pull request Dec 31, 2023
This provides the limited ABI as a separate DLL, forwarding to the
real one. This makes linking with "-lpython3" work.

Fixes python#147
naveen521kk pushed a commit to naveen521kk/cpython that referenced this pull request Jan 1, 2024
This provides the limited ABI as a separate DLL, forwarding to the
real one. This makes linking with "-lpython3" work.

Fixes python#147
naveen521kk pushed a commit to naveen521kk/cpython that referenced this pull request Jan 1, 2024
This provides the limited ABI as a separate DLL, forwarding to the
real one. This makes linking with "-lpython3" work.

Fixes python#147
naveen521kk pushed a commit to naveen521kk/cpython that referenced this pull request Jan 1, 2024
This provides the limited ABI as a separate DLL, forwarding to the
real one. This makes linking with "-lpython3" work.

Fixes python#147
naveen521kk pushed a commit to naveen521kk/cpython that referenced this pull request Jan 1, 2024
This provides the limited ABI as a separate DLL, forwarding to the
real one. This makes linking with "-lpython3" work.

Fixes python#147
naveen521kk pushed a commit to naveen521kk/cpython that referenced this pull request Jan 1, 2024
This provides the limited ABI as a separate DLL, forwarding to the
real one. This makes linking with "-lpython3" work.

Fixes python#147
naveen521kk pushed a commit to naveen521kk/cpython that referenced this pull request Jan 1, 2024
This provides the limited ABI as a separate DLL, forwarding to the
real one. This makes linking with "-lpython3" work.

Fixes python#147
naveen521kk pushed a commit to naveen521kk/cpython that referenced this pull request Jan 1, 2024
This provides the limited ABI as a separate DLL, forwarding to the
real one. This makes linking with "-lpython3" work.

Fixes python#147
naveen521kk pushed a commit to naveen521kk/cpython that referenced this pull request Jan 1, 2024
This provides the limited ABI as a separate DLL, forwarding to the
real one. This makes linking with "-lpython3" work.

Fixes python#147
lazka added a commit to lazka/cpython that referenced this pull request Feb 10, 2024
This provides the limited ABI as a separate DLL, forwarding to the
real one. This makes linking with "-lpython3" work.

Fixes python#147
naveen521kk pushed a commit to naveen521kk/cpython that referenced this pull request Feb 19, 2024
This provides the limited ABI as a separate DLL, forwarding to the
real one. This makes linking with "-lpython3" work.

Fixes python#147
naveen521kk pushed a commit to naveen521kk/cpython that referenced this pull request Feb 19, 2024
This provides the limited ABI as a separate DLL, forwarding to the
real one. This makes linking with "-lpython3" work.

Fixes python#147
naveen521kk pushed a commit to naveen521kk/cpython that referenced this pull request Feb 19, 2024
This provides the limited ABI as a separate DLL, forwarding to the
real one. This makes linking with "-lpython3" work.

Fixes python#147
naveen521kk pushed a commit to naveen521kk/cpython that referenced this pull request Feb 21, 2024
This provides the limited ABI as a separate DLL, forwarding to the
real one. This makes linking with "-lpython3" work.

Fixes python#147
naveen521kk pushed a commit to naveen521kk/cpython that referenced this pull request Jul 11, 2024
This provides the limited ABI as a separate DLL, forwarding to the
real one. This makes linking with "-lpython3" work.

Fixes python#147
naveen521kk pushed a commit to naveen521kk/cpython that referenced this pull request Jul 11, 2024
This provides the limited ABI as a separate DLL, forwarding to the
real one. This makes linking with "-lpython3" work.

Fixes python#147
lazka added a commit to lazka/cpython that referenced this pull request Aug 25, 2024
This provides the limited ABI as a separate DLL, forwarding to the
real one. This makes linking with "-lpython3" work.

Fixes python#147
naveen521kk pushed a commit to naveen521kk/cpython that referenced this pull request Sep 4, 2024
This provides the limited ABI as a separate DLL, forwarding to the
real one. This makes linking with "-lpython3" work.

Fixes python#147
naveen521kk pushed a commit to naveen521kk/cpython that referenced this pull request Sep 9, 2024
This provides the limited ABI as a separate DLL, forwarding to the
real one. This makes linking with "-lpython3" work.

Fixes python#147
lazka added a commit to lazka/cpython that referenced this pull request Nov 2, 2024
This provides the limited ABI as a separate DLL, forwarding to the
real one. This makes linking with "-lpython3" work.

Fixes python#147
naveen521kk pushed a commit to naveen521kk/cpython that referenced this pull request Nov 2, 2024
This provides the limited ABI as a separate DLL, forwarding to the
real one. This makes linking with "-lpython3" work.

Fixes python#147
naveen521kk pushed a commit to naveen521kk/cpython that referenced this pull request Nov 2, 2024
This provides the limited ABI as a separate DLL, forwarding to the
real one. This makes linking with "-lpython3" work.

Fixes python#147
naveen521kk pushed a commit to naveen521kk/cpython that referenced this pull request Dec 25, 2024
This provides the limited ABI as a separate DLL, forwarding to the
real one. This makes linking with "-lpython3" work.

Fixes python#147
naveen521kk pushed a commit to naveen521kk/cpython that referenced this pull request Dec 25, 2024
This provides the limited ABI as a separate DLL, forwarding to the
real one. This makes linking with "-lpython3" work.

Fixes python#147
naveen521kk pushed a commit to naveen521kk/cpython that referenced this pull request Dec 25, 2024
This provides the limited ABI as a separate DLL, forwarding to the
real one. This makes linking with "-lpython3" work.

Fixes python#147
naveen521kk pushed a commit to naveen521kk/cpython that referenced this pull request Dec 25, 2024
This provides the limited ABI as a separate DLL, forwarding to the
real one. This makes linking with "-lpython3" work.

Fixes python#147
naveen521kk pushed a commit to naveen521kk/cpython that referenced this pull request Dec 25, 2024
This provides the limited ABI as a separate DLL, forwarding to the
real one. This makes linking with "-lpython3" work.

Fixes python#147
naveen521kk pushed a commit to naveen521kk/cpython that referenced this pull request Dec 27, 2024
This provides the limited ABI as a separate DLL, forwarding to the
real one. This makes linking with "-lpython3" work.

Fixes python#147
lazka added a commit to lazka/cpython that referenced this pull request Feb 12, 2025
This provides the limited ABI as a separate DLL, forwarding to the
real one. This makes linking with "-lpython3" work.

Fixes python#147
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 sprint
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants