Skip to content

Commit a9ca811

Browse files
committed
Merge pull request #6 from brettcannon/patch-1
Tweak wording to be a bit more obvious about certain things
2 parents 2151c9d + ea67759 commit a9ca811

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

_sections/20-statement.md

+10-9
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,19 @@ two versions of the language for several years. While we have developed tools
1717
and techniques to maintain compatibility efficiently, it is a small but
1818
constant friction in the development of a lot of code.
1919

20-
We are keen to use Python 3, and we currently accept the cost of writing
21-
cross-compatible code to allow a smooth transition, but we don’t intend to
22-
maintain this indefinitely. Although the transition has not been as quick as we
23-
hoped, we do see it taking place, with more and more people using, teaching and
24-
recommending Python 3.
20+
We are keen to use Python 3 to its full potential, and we currently accept the
21+
cost of writing cross-compatible code to allow a smooth transition, but we
22+
don’t intend to maintain this compatibility indefinitely. Although the
23+
transition has not been as quick as we hoped, we do see it taking place, with
24+
more and more people using, teaching and recommending Python 3.
2525

2626
The developers of the Python language extended support of Python 2.7 from 2015
2727
to 2020, recognising that many people were still using Python 2. We believe
28-
that the extra 5 years is sufficient, and our projects plan to stop supporting
29-
Python 2 when upstream support ends in 2020, if not before. We will then be
30-
able to simplify our code and take advantage of the many new features in the
31-
current version of the Python language and standard library.
28+
that the extra 5 years is sufficient to transition off of Python 2, and our
29+
projects plan to stop supporting Python 2 when upstream support ends in 2020,
30+
if not before. We will then be able to simplify our code and take advantage of
31+
the many new features in the current version of the Python language and
32+
standard library.
3233

3334
In addition, significantly before 2020, some of our projects will step down
3435
Python 2.7 support to only fixing bugs, and make new feature releases which

0 commit comments

Comments
 (0)