-
-
Notifications
You must be signed in to change notification settings - Fork 32.2k
Docs: Argument Clinic: Improve 'How to write a custom converter' #107328
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
Docs: Argument Clinic: Improve 'How to write a custom converter' #107328
Conversation
- Move the CConverter class reference to the reference - Omit unneccesary wording and sentences - Don't mention implementation details (no digression, explanation)
Follow-up PRs: chose a better example (the current example is not even valid; there is no |
FTR, I reverted moving the CConverter reference to the Reference section, to make this easier to review. |
Co-authored-by: Ezio Melotti <[email protected]>
Thanks @erlend-aasland for the PR 🌮🎉.. I'm working now to backport this PR to: 3.11, 3.12. |
GH-107669 is a backport of this pull request to the 3.12 branch. |
…honGH-107328) - Omit unneccesary wording and sentences - Don't mention implementation details (no digression, explanation) (cherry picked from commit 4a5b422) Co-authored-by: Erlend E. Aasland <[email protected]> Co-authored-by: Ezio Melotti <[email protected]>
GH-107670 is a backport of this pull request to the 3.11 branch. |
…honGH-107328) - Omit unneccesary wording and sentences - Don't mention implementation details (no digression, explanation) (cherry picked from commit 4a5b422) Co-authored-by: Erlend E. Aasland <[email protected]> Co-authored-by: Ezio Melotti <[email protected]>
Thanks for the review, Ezio! |
…r' (GH-107328) (#107670) - Omit unneccesary wording and sentences - Don't mention implementation details (no digression, explanation) (cherry picked from commit 4a5b422) Co-authored-by: Erlend E. Aasland <[email protected]> Co-authored-by: Ezio Melotti <[email protected]>
…r' (GH-107328) (#107669) Docs: Argument Clinic: Improve 'How to write a custom converter' (GH-107328) - Omit unneccesary wording and sentences - Don't mention implementation details (no digression, explanation) (cherry picked from commit 4a5b422) Co-authored-by: Erlend E. Aasland <[email protected]> Co-authored-by: Ezio Melotti <[email protected]>
…hon/cpython#107328) - Omit unneccesary wording and sentences - Don't mention implementation details (no digression, explanation) Co-authored-by: Ezio Melotti <[email protected]>
…hon/cpython#107328) - Omit unneccesary wording and sentences - Don't mention implementation details (no digression, explanation) Co-authored-by: Ezio Melotti <[email protected]>
…hon/cpython#107328) - Omit unneccesary wording and sentences - Don't mention implementation details (no digression, explanation) Co-authored-by: Ezio Melotti <[email protected]>
Move the CConverter class reference to the reference(reverted; will make a separate PR for this)📚 Documentation preview 📚: https://cpython-previews--107328.org.readthedocs.build/