We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da2f75b commit 4c84110Copy full SHA for 4c84110
docs/starting/which-python.rst
@@ -58,8 +58,8 @@ software you're depending on will block your adoption of Python 3.
58
59
`Further Reading <http://wiki.python.org/moin/Python2orPython3>`_
60
61
-It is possible to `write code that works on Python 2.6, 2.7, and 3.3
62
-<http://lucumr.pocoo.org/2013/5/21/porting-to-python-3-redux/>`_. This
+It is possible to `write code that works on Python 2.6, 2.7, and Python 3
+<https://docs.python.org/3/howto/pyporting.html>`_. This
63
ranges from trivial to hard depending upon the kind of software
64
you are writing; if you're a beginner there are far more important things to
65
worry about.
0 commit comments