Skip to content

Commit ed18c36

Browse files
committed
Docs: de-emphasise Python 2 in the FAQ
1 parent 4420cf4 commit ed18c36

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

Doc/faq/general.rst

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -309,10 +309,9 @@ guaranteed that interfaces will remain the same throughout a series of bugfix
309309
releases.
310310

311311
The latest stable releases can always be found on the `Python download page
312-
<https://www.python.org/downloads/>`_. There are two production-ready versions
313-
of Python: 2.x and 3.x. The recommended version is 3.x, which is supported by
314-
most widely used libraries. Although 2.x is still widely used, :pep:`it is not
315-
maintained anymore <0373>`.
312+
<https://www.python.org/downloads/>`_.
313+
Python 3.x is the recommended version and supported by most widely used libraries.
314+
Python 2.x :pep:`is not maintained anymore <373>`.
316315

317316
How many people are using Python?
318317
---------------------------------

0 commit comments

Comments
 (0)