File tree 2 files changed +8
-2
lines changed
2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -77,11 +77,17 @@ releases; the terms are used interchangeably. These releases have a
77
77
**micro version ** number greater than zero.
78
78
79
79
The only changes allowed to occur in a maintenance branch without debate are
80
- bug fixes. Also, a general rule for maintenance branches is that compatibility
80
+ bug fixes, test improvements, and edits to the documentation.
81
+ Also, a general rule for maintenance branches is that compatibility
81
82
must not be broken at any point between sibling micro releases (3.5.1, 3.5.2,
82
83
etc.). For both rules, only rare exceptions are accepted and **must ** be
83
84
discussed first.
84
85
86
+ Backporting changes reduces the risk of future conflicts.
87
+ For documentation, it increases the visibility of improvements,
88
+ since most readers access the `stable documentation <https://docs.python.org/3/ >`__
89
+ rather than the `development documentation <https://docs.python.org/dev/ >`__.
90
+
85
91
A new maintenance branch is normally created when the next feature release
86
92
cycle reaches feature freeze, i.e. at its first beta pre-release.
87
93
From that point on, changes intended for remaining pre-releases, the final
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ Status key
50
50
but new source-only versions can be released
51
51
:end-of-life: release cycle is frozen; no further changes can be pushed to it.
52
52
53
- See also the :ref: `devcycle ` page for more information about branches.
53
+ See also the :ref: `devcycle ` page for more information about branches and backporting .
54
54
55
55
By default, the end-of-life is scheduled 5 years after the first release,
56
56
but can be adjusted by the release manager of each branch. All Python 2
You can’t perform that action at this time.
0 commit comments