Skip to content

Commit 7173fc8

Browse files
authored
bpo-41573: Update release versions in General FAQ (GH-21915)
1 parent d2b0ce6 commit 7173fc8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Doc/faq/general.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -142,9 +142,9 @@ to fix critical bugs.
142142
Alpha, beta and release candidate versions have an additional suffix. The
143143
suffix for an alpha version is "aN" for some small number N, the suffix for a
144144
beta version is "bN" for some small number N, and the suffix for a release
145-
candidate version is "cN" for some small number N. In other words, all versions
145+
candidate version is "rcN" for some small number N. In other words, all versions
146146
labeled 2.0aN precede the versions labeled 2.0bN, which precede versions labeled
147-
2.0cN, and *those* precede 2.0.
147+
2.0rcN, and *those* precede 2.0.
148148

149149
You may also find version numbers with a "+" suffix, e.g. "2.2+". These are
150150
unreleased versions, built directly from the CPython development repository. In
@@ -309,8 +309,8 @@ releases.
309309
The latest stable releases can always be found on the `Python download page
310310
<https://www.python.org/downloads/>`_. There are two production-ready versions
311311
of Python: 2.x and 3.x. The recommended version is 3.x, which is supported by
312-
most widely used libraries. Although 2.x is still widely used, `it will not
313-
be maintained after January 1, 2020 <https://www.python.org/dev/peps/pep-0373/>`_.
312+
most widely used libraries. Although 2.x is still widely used, `it is not
313+
maintained anymore <https://www.python.org/dev/peps/pep-0373/>`_.
314314

315315
How many people are using Python?
316316
---------------------------------

0 commit comments

Comments
 (0)