-
-
Notifications
You must be signed in to change notification settings - Fork 32.1k
bpo-45701: Improve documentation for *typed* parameter #29498
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
Update to 15 March
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.
LGTM. But would not be simpler to use int
and float
in examples?
I avoided int and str in the examples to be clear that we're not talking about the special cases in this paragraph. |
Thanks @rhettinger for the PR 🌮🎉.. I'm working now to backport this PR to: 3.10. |
(cherry picked from commit 912a4cc) Co-authored-by: Raymond Hettinger <[email protected]>
GH-29509 is a backport of this pull request to the 3.10 branch. |
…-29509) (cherry picked from commit 912a4cc) Co-authored-by: Raymond Hettinger <[email protected]>
https://bugs.python.org/issue45701