@@ -13,10 +13,10 @@ and techniques to maintain compatibility efficiently, it is a small but
1313constant friction in the development of a lot of code.
1414
1515We are keen to use Python 3 to its full potential, and though
16- we had been accepting the
17- cost of writing cross-compatible code to allow a smooth transition, we
16+ we accepted the cost of writing cross-compatible
17+ code to allow a smooth transition, we
1818did not intend to maintain this compatibility indefinitely. Although the
19- transition was not as quick as we hoped, it has taken place, with
19+ transition was not as quick as we hoped, it is taking place, with
2020more and more people using, teaching and recommending Python 3.
2121
2222The developers of the Python language extended support of Python 2.7 from 2015
@@ -35,6 +35,6 @@ if you enjoy the free, first party support for many projects including the Scien
3535Python stack, please move to Python 3.
3636
3737For all of these reasons, the following projects have pledged to ** drop support
38- for Python 2.7 no later than 2020** , coinciding with the Python development
39- team's [ drop of support for Python
40- 2.7 on January 1, 2020 ] ( https://www.python.org/dev/peps/pep-0373/#update ) .
38+ for Python 2.7 no later than 2020** , following the [ end of support for Python
39+ 2.7 itself ] ( https://www.python.org/dev/peps/pep-0373/#update ) at the start of
40+ the year .
0 commit comments