bpo-13349: Improve the error message for tuple.index#1309
bpo-13349: Improve the error message for tuple.index#1309Zaharid wants to merge 1 commit intopython:masterfrom
Conversation
When the required value is not found, use the same template as list.index and display the missing value instead of 'x'.
|
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 we couldn't find an account corresponding to your GitHub username on bugs.python.org (b.p.o) to verify you have signed the CLA. This is necessary for legal reasons before we can look at your contribution. Please follow the steps outlined in the CPython devguide to rectify this issue. Thanks again to your contribution and we look forward to looking at it! |
|
@Zaharid, thanks for your PR! By analyzing the history of the files in this pull request, we identified @serhiy-storchaka, @rhettinger and @tiran to be potential reviewers. |
|
@Zaharid You will need to put the bpo issue number at the front of the title: |
|
Closing this as a duplicate of #876. |
When the required value is not found, use the same template as
list.index and display the missing value instead of 'x'. The original issue with the discussion is: https://bugs.python.org/issue13349