-
-
Notifications
You must be signed in to change notification settings - Fork 32k
gh-107507: Replace 'The goals of Argument Clinic' with a summary #107508
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
Conversation
Instead of repeating the rationale and motivation of PEP-436, reword the Abstract to provide a summary of the goals of AC.
(Oh my, I can't believe I didn't create a feature branch for this PR 😅) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hmm, I thought the current policy was that PEPs were meant to be historical documents rather than living documentation, and that we should ideally have all relevant documentation in the CPython repo rather than referring people to PEPs. For the typing docs, we're trying to move away from constant references to the typing PEPs (though progress has been slow on achieving that)
For this change, I think the existing text is way to elaborate; the goals of Argument Clinic can be summarised in a single sentence. Also, we don't refer to the PEP as such, we only point out that Argument Clinic was introduced with a PEP. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, I think my initial reaction to this PR was overly coloured by the title you gave to the linked issue. Reading it over again, you're right that none of this information is relevant to users of argument clinic. This definitely improves things!
Thanks for the review, Ezio and Alex! |
Thanks @erlend-aasland for the PR 🌮🎉.. I'm working now to backport this PR to: 3.11, 3.12. |
GH-107516 is a backport of this pull request to the 3.12 branch. |
GH-107517 is a backport of this pull request to the 3.11 branch. |
pythonGH-107508) Summarise the goals of Argument Clinic in a single sentence. Mention that Argument Clinic was introduced with PEP-436. (cherry picked from commit abb71c6) Co-authored-by: Erlend E. Aasland <[email protected]>
pythonGH-107508) Summarise the goals of Argument Clinic in a single sentence. Mention that Argument Clinic was introduced with PEP-436. (cherry picked from commit abb71c6) Co-authored-by: Erlend E. Aasland <[email protected]>
…ry (GH-107508) (#107516) Summarise the goals of Argument Clinic in a single sentence. Mention that Argument Clinic was introduced with PEP-436. (cherry picked from commit abb71c6) Co-authored-by: Erlend E. Aasland <[email protected]>
…ry (GH-107508) (#107517) Summarise the goals of Argument Clinic in a single sentence. Mention that Argument Clinic was introduced with PEP-436. (cherry picked from commit abb71c6) Co-authored-by: Erlend E. Aasland <[email protected]>
…hon/cpython#107508) Summarise the goals of Argument Clinic in a single sentence. Mention that Argument Clinic was introduced with PEP-436.
…summary (python/cpython#107508) Summarise the goals of Argument Clinic in a single sentence. Mention that Argument Clinic was introduced with PEP-436.
…summary (python/cpython#107508) Summarise the goals of Argument Clinic in a single sentence. Mention that Argument Clinic was introduced with PEP-436.
Instead of repeating the rationale and motivation of PEP-436,
reword the Abstract to provide a summary of the goals of AC.
📚 Documentation preview 📚: https://cpython-previews--107508.org.readthedocs.build/