-
-
Notifications
You must be signed in to change notification settings - Fork 804
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
Require to backport all documentation and tests changes to stable Python branches #1168
Comments
This should probably go in https://devguide.python.org/developer-workflow/development-cycle/ (https://devguide.python.org/getting-started/git-boot-camp/#backporting-merged-changes says how to backport, not why/when.) |
Hi, I'd like to grab this if it's not taken |
Go ahead, feel free to ping in the PR for feedback. A |
Also does this go along with #1069? |
I'd probably add a note below that list saying that documentation and tests may be backported to any bugfix branch. See also Jelle's notes. A |
Hi @AA-Turner please see my changes - are they to little or just bad in general? 😅 |
Fixed in #1169, thanks @JacobCoffee! |
Thanks. |
All documentation and tests changes done in the Python main branch should be backported to stable branches (currently 3.11 and 3.12). It should be documented in the devguide.
Context: python/cpython#108303 (comment)
The text was updated successfully, but these errors were encountered: