@@ -133,11 +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 the `Developer's Guide
137
- <https://devguide.python.org/developer-workflow/development-cycle/> `__ for more information about
138
- the development cycle, and :pep: `387 ` to learn more about Python's
139
- backward compatibility policy.
140
-
141
136
Not all releases are bugfix releases. In the run-up to a new feature release, a
142
137
series of development releases are made, denoted as alpha, beta, or release
143
138
candidate. Alphas are early releases in which interfaces aren't yet finalized;
@@ -160,7 +155,11 @@ unreleased versions, built directly from the CPython development repository. In
160
155
practice, after a final minor release is made, the version is incremented to the
161
156
next minor version, which becomes the "a0" version, e.g. "2.4a0".
162
157
163
- See also the documentation for :data: `sys.version `, :data: `sys.hexversion `, and
158
+ See the
159
+ `Developer's Guide<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
164
163
:data: `sys.version_info `.
165
164
166
165
0 commit comments