Reorder contents of 3.10's What's New#24687
Merged
gvanrossum merged 2 commits intopython:masterfrom Mar 3, 2021
Merged
Conversation
Member
|
Hm, I'm not sure I would do it this way.
|
Member
Author
|
Points taken about creating a new PEP subsection just for the typing related PEPs. I'll fix it tomorrow. Thanks! |
Member
Author
|
Sorry in advance: the git diff looks pretty horrendous even though I mostly just reshuffled the sections...
Done.
Done, created a new section.
Done.
I tried to work around this by pushing PEP 634 to the bottom of the list for the general PEPs. Otherwise I couldn't discern where the "Better error messages in the parser" section started. |
gvanrossum
approved these changes
Mar 3, 2021
Member
gvanrossum
left a comment
There was a problem hiding this comment.
Merging this before a merge conflict happens!
|
@gvanrossum: Please replace |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
New Features Related to Type Annotationssection. These are pretty esoteric IMO and mostly relate to typing. This will benefit users who aren't interested or don't use type annotations.Other Language Changes. Originally they were under PEP 563 https://docs.python.org/3.10/whatsnew/3.10.html#pep-563-postponed-evaluation-of-annotations-becomes-default . The old version may have confused users because it's hard to see where it starts (anecdotally, I was confused ;).New Featuressection. The section on PEP 634 is rightfully long and it's difficult to discern where it ends and where a new section starts. Mitigated this by placing PEP 634 last.CC: @pablogsal (release manager), @gvanrossum (for the typing stuff). Please take a look if you have the time. Thanks!