Skip to content

Commit 5a33169

Browse files
[2.7] bpo-34203: FAQ: improve wording of paragraph about 2.x vs. 3.x (GH-9821) (GH-12568)
(cherry picked from commit 6cd658b) Co-authored-by: Tal Einat <[email protected]> https://bugs.python.org/issue34203
1 parent c0dce6a commit 5a33169

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

Doc/faq/general.rst

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -306,14 +306,10 @@ guaranteed that interfaces will remain the same throughout a series of bugfix
306306
releases.
307307

308308
The latest stable releases can always be found on the `Python download page
309-
<https://www.python.org/downloads/>`_. There are two production-ready version
310-
of Python: 2.x and 3.x, but the recommended one at this times is Python 3.x.
311-
Although Python 2.x is still widely used, `it will not be
312-
maintained after January 1, 2020 <https://www.python.org/dev/peps/pep-0373/>`_.
313-
Python 2.x was known for having more third-party libraries available, however,
314-
by the time of this writing, most of the widely used libraries support Python 3.x,
315-
and some are even dropping the Python 2.x support.
316-
309+
<https://www.python.org/downloads/>`_. There are two production-ready versions
310+
of Python: 2.x and 3.x. The recommended version is 3.x, which is supported by
311+
most widely used libraries. Although 2.x is still widely used, `it will not
312+
be maintained after January 1, 2020 <https://www.python.org/dev/peps/pep-0373/>`_.
317313

318314
How many people are using Python?
319315
---------------------------------

0 commit comments

Comments
 (0)