-
-
Notifications
You must be signed in to change notification settings - Fork 32.1k
Add dataclass field default change to 3.11 what's new #96790
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
Include dataclass field default mutability check change introduced in python#29867. See [discourse discussion](https://discuss.python.org/t/better-communicate-dataclass-mutable-default-check-change-in-python-3-11)
Co-authored-by: Hugo van Kemenade <[email protected]>
@ericsnowcurrently How does this look as a What's New for #29867? |
I think you got the wrong Eric — you want @ericvsmith! |
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.
@pablogsal What is your position on doc changes post rc2? Especially the what's new would be nice to be up to date.
Thanks @EpicWink for the PR, and @gvanrossum for merging it 🌮🎉.. I'm working now to backport this PR to: 3.11. |
GH-96802 is a backport of this pull request to the 3.11 branch. |
Co-authored-by: Hugo van Kemenade <[email protected]> (cherry picked from commit 4995f5f) Co-authored-by: Laurie O <[email protected]>
Co-authored-by: Hugo van Kemenade <[email protected]> (cherry picked from commit 4995f5f) Co-authored-by: Laurie O <[email protected]>
Co-authored-by: Hugo van Kemenade <[email protected]> (cherry picked from commit 4995f5f) Co-authored-by: Laurie O <[email protected]>
Include dataclass field default mutability check change introduced in #29867. See discourse discussion