Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork33.3k
bpo-17446: Get line numbers of properties in doctest#3419
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
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. |
Uh oh!
There was an error while loading.Please reload this page.
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