Skip to content

Commit ed82f8d

Browse files
committed
further clarification
1 parent cfce3ea commit ed82f8d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/starting/which-python.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ one might think.
1313

1414
The basic gist of the state of things is as follows:
1515

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.
16+
1. Most production applications today use Python 2.7 .
17+
2. Python 3 is ready for the production deployment of applications today.
18+
3. Python 2.7 will only receive necessary security updates until 2020 [#pep373_eol]_.
1919
4. The brand name "Python" encapsulates both Python 3 and Python 2.
2020

2121
Recommendations

0 commit comments

Comments
 (0)