Skip to content

Commit bb72d77

Browse files
[3.11] gh-105844: Consistently use 'minor version' for X.Y versions (GH-105851) (#105852)
(cherry picked from commit 0bffe1a) Co-authored-by: Erlend E. Aasland <[email protected]>
1 parent aa927f9 commit bb72d77

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Doc/faq/general.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ Python versions are numbered "A.B.C" or "A.B":
135135

136136
See :pep:`6` for more information about bugfix releases.
137137

138-
Not all releases are bugfix releases. In the run-up to a new major release, a
138+
Not all releases are bugfix releases. In the run-up to a new minor release, a
139139
series of development releases are made, denoted as alpha, beta, or release
140140
candidate. Alphas are early releases in which interfaces aren't yet finalized;
141141
it's not unexpected to see an interface change between two alpha releases.
@@ -297,7 +297,7 @@ How stable is Python?
297297

298298
Very stable. New, stable releases have been coming out roughly every 6 to 18
299299
months since 1991, and this seems likely to continue. As of version 3.9,
300-
Python will have a major new release every 12 months (:pep:`602`).
300+
Python will have a minor new release every 12 months (:pep:`602`).
301301

302302
The developers issue "bugfix" releases of older versions, so the stability of
303303
existing releases gradually improves. Bugfix releases, indicated by a third

Doc/install/index.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -692,7 +692,7 @@ is supplied to suppress this behaviour. So you could simply edit
692692
import sys
693693
sys.path.append('/www/python/')
694694
695-
However, if you reinstall the same major version of Python (perhaps when
695+
However, if you reinstall the same minor version of Python (perhaps when
696696
upgrading from 2.2 to 2.2.2, for example) :file:`site.py` will be overwritten by
697697
the stock version. You'd have to remember that it was modified and save a copy
698698
before doing the installation.

0 commit comments

Comments
 (0)