We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfce3ea commit ed82f8dCopy full SHA for ed82f8d
1 file changed
docs/starting/which-python.rst
@@ -13,9 +13,9 @@ one might think.
13
14
The basic gist of the state of things is as follows:
15
16
-1. Python 2.7 has been the standard for a *long* time, and most running applications today use it.
17
-2. The Python community is prepared and adjusted for production deployment of Python 3 applications.
18
-3. Python 2.7 will only receive necessary security updates until 2020 [#pep373_eol]_, then deprecate.
+1. Most production applications today use Python 2.7 .
+2. Python 3 is ready for the production deployment of applications today.
+3. Python 2.7 will only receive necessary security updates until 2020 [#pep373_eol]_.
19
4. The brand name "Python" encapsulates both Python 3 and Python 2.
20
21
Recommendations
0 commit comments