-
-
Notifications
You must be signed in to change notification settings - Fork 32.3k
bpo-41808: Add What's New 3.9 entry missing from master #22294
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
Entry was added by bpo-40939, python#21012 and python#21039.
Is addition correct, or should entry be deleted from 3.9 copy of same file. |
Is correct, those functions are already gone in master and they are deprecated in 3.9 |
@terryjreedy: Please replace |
Please add the 3.9 back port label |
This is a forward port of what was added to 3.9 already. |
Unusual workflow. |
Our versioning of each "What's New x.y", combined with our branching of master at .b1 This workflow obviously violates "Don't repeat ourselves" (without necessity). I think putting What's New in a separate repository, as with the devguide, would be worse. Perhaps better, at least for PR writers, would be to have the the What's New directory only in master, by removing What's New in x.y from the x.y branch as soon as it is created. This would require the online 3.x doc page to pull What's New in 3.x from master instead of the 3.x branch. Maybe there would be other problems. The chance of repetition error is reduced by auto backports. This PR fixes 1 of the 2, but only 2, inconsistencies git diff found in "What's New 3.9". Bpo-40939 had 17 merges to master and 3.9. Because most had to be different for master and 3.9, only 1 was a miss-islington backport. The What's New in 3.9 entry in question here was added and edited as part of PRs
|
So IIUC the recommended workflow is to update "whatsnew x.y" in master and use the auto-backport machinery, and that's what usually happens, but occasionally that fails because the code part of a certain PR is just too different in the backport branch and not all developers/contributors are aware of the subtle workflow. I understand completely. Thanks for explaining! |
Entry was added by bpo-40939, python#21012 and python#21039.
Entry was added by bpo-40939, #21012 and #21039.
https://bugs.python.org/issue41808