File tree 1 file changed +8
-5
lines changed
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?
19
19
========================
20
20
21
21
.. 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
23
26
24
27
Python 2.7 is the end of the Python 2 line. (See `PEP 404
25
28
<http://www.python.org/peps/pep-0404/> `_.) The language and standard
@@ -77,11 +80,11 @@ Consider this quote:
77
80
78
81
.. epigraph ::
79
82
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."
83
86
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 >`_)
85
88
86
89
87
90
``future `` also includes various Py2/3 compatibility tools in
You can’t perform that action at this time.
0 commit comments