Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork33.3k
gh-100546: Remove incorrect positional-only marker from eval#100547
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
All the arguments are positional-only.The current status afterpython#99476 seems to be to not use positional-onlymarkers in documentation, hence I've simply removed it.That said, there are still three other positional-only markers in thisfile). I asked for clarification inpython#100546 (comment).See alsopython#98340
hauntsaninja commentedDec 27, 2022 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Only needs backporting to 3.11 because#96579 (and subsequent partial reverts) only got backported to 3.11 (seems not particularly intentionally, seems just because automatic backporting failed) |
miss-islington commentedJan 1, 2023
Thanks@hauntsaninja for the PR 🌮🎉.. I'm working now to backport this PR to: 3.11. |
bedevere-bot commentedJan 1, 2023
GH-100654 is a backport of this pull request to the3.11 branch. |
…ythonGH-100547)All the arguments are positional-only.The current status afterpythonGH-99476 seems to be to not use positional-onlymarkers in documentation, hence I've simply removed it.(cherry picked from commit71159a8)Co-authored-by: Shantanu <12621235+hauntsaninja@users.noreply.github.com>
Uh oh!
There was an error while loading.Please reload this page.
All the arguments are positional-only.
The current status after#99476 seems to be to not use positional-only markers in documentation, hence I've simply removed it.
That said, there are still three other positional-only markers in this file). I asked for clarification in
#100546 (comment).
See also#98340