bpo-17446: Get line numbers of properties in doctest#3419
bpo-17446: Get line numbers of properties in doctest#3419mscuthbert wants to merge 7 commits intopython:mainfrom mscuthbert:fix-issue-17446
Conversation
Previous code review wanted parentheses style.
|
Hoping that someone might be willing to take time out of their busy schedule to review this -- it already had reviews from the prior bugs-python discussion. @serhiy-storchaka you gave me a fantastic review with great comments on the wave-pathlib request, do you have time or know someone who has time to review this? For those of us using |
|
The test is passed if revert changes in |
|
This PR is stale because it has been open for 30 days with no activity. |
|
Reopening per #61648 (comment) A |
|
This PR is stale because it has been open for 30 days with no activity. |
|
The test is passed because it tests I created an alternative PR #113161. |
Doctests currently don’t know the line numbers of tests of properties. Fixes error messages on doctest failures for properties.
https://bugs.python.org/issue17446
#61648