File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Filter options
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Original file line number Diff line number Diff line change @@ -133,8 +133,6 @@ Python versions are numbered "A.B.C" or "A.B":
133
133
changes.
134
134
* *C * is the micro version number -- it is incremented for each bugfix release.
135
135
136
- See :pep: `6 ` for more information about bugfix releases.
137
-
138
136
Not all releases are bugfix releases. In the run-up to a new feature release, a
139
137
series of development releases are made, denoted as alpha, beta, or release
140
138
candidate. Alphas are early releases in which interfaces aren't yet finalized;
@@ -157,7 +155,11 @@ unreleased versions, built directly from the CPython development repository. In
157
155
practice, after a final minor release is made, the version is incremented to the
158
156
next minor version, which becomes the "a0" version, e.g. "2.4a0".
159
157
160
- See also the documentation for :data: `sys.version `, :data: `sys.hexversion `, and
158
+ See the `Developer's Guide
159
+ <https://devguide.python.org/developer-workflow/development-cycle/> `__
160
+ for more information about the development cycle, and
161
+ :pep: `387 ` to learn more about Python's backward compatibility policy. See also
162
+ the documentation for :data: `sys.version `, :data: `sys.hexversion `, and
161
163
:data: `sys.version_info `.
162
164
163
165
You can’t perform that action at this time.
0 commit comments