File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed
Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,10 @@ Why upgrade to Python 3?
1919========================
2020
2121.. epigraph ::
22- "Python 2 is the next COBOL." - Alex Gaynor, at PyCon AU 2013
22+
23+ "Python 2 is the next COBOL."
24+
25+ -- Alex Gaynor, at PyCon AU 2013
2326
2427Python 2.7 is the end of the Python 2 line. (See `PEP 404
2528<http://www.python.org/peps/pep-0404/> `_.) The language and standard
@@ -77,11 +80,11 @@ Consider this quote:
7780
7881.. epigraph ::
7982
80- "Duplication of effort is wasteful, and replacing the various
81- home-grown approaches with a standard feature usually ends up making
82- things more readable, and interoperable as well."
83+ "Duplication of effort is wasteful, and replacing the various
84+ home-grown approaches with a standard feature usually ends up making
85+ things more readable, and interoperable as well."
8386
84- -- Guido van Rossum (`blog post <http://www.artima.com/weblogs/viewpost.jsp?thread=86641 >`_)
87+ -- Guido van Rossum (`blog post <http://www.artima.com/weblogs/viewpost.jsp?thread=86641 >`_)
8588
8689
8790``future `` also includes various Py2/3 compatibility tools in
You can’t perform that action at this time.
0 commit comments