-
-
Notifications
You must be signed in to change notification settings - Fork 30.5k
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
gh-99908: Tutorial: Modernize the 'data-record class' example #100499
gh-99908: Tutorial: Modernize the 'data-record class' example #100499
Conversation
Hi @AlexWaygood, all checks are passing now:) |
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 @JosephSBoyle, looks good! A few thoughts:
Thanks for the review @AlexWaygood! I believe I've resolved all of your threads. |
Co-authored-by: Alex Waygood <[email protected]>
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.
Looks great! Thanks @JosephSBoyle!
Thanks @JosephSBoyle for the PR, and @AlexWaygood for merging it 🌮🎉.. I'm working now to backport this PR to: 3.10. |
Thanks @JosephSBoyle for the PR, and @AlexWaygood for merging it 🌮🎉.. I'm working now to backport this PR to: 3.11. |
GH-100500 is a backport of this pull request to the 3.10 branch. |
GH-100501 is a backport of this pull request to the 3.11 branch. |
Modernize an antiquated example of a 'record' class to use dataclasses.