Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6cd658b

Browse files
authored
bpo-34203: FAQ: improve wording of paragraph about 2.x vs. 3.x (GH-9821)
1 parent 3b7e47a commit 6cd658b

1 file changed

Lines changed: 4 additions & 8 deletions

File tree

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)