Skip to content

Commit 4c84110

Browse files
committed
Point to the Python 3 porting HOWTO
Kept up-to-date unlike Armin's blog post on the subject.
1 parent da2f75b commit 4c84110

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/starting/which-python.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ software you're depending on will block your adoption of Python 3.
5858

5959
`Further Reading <http://wiki.python.org/moin/Python2orPython3>`_
6060

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
61+
It is possible to `write code that works on Python 2.6, 2.7, and Python 3
62+
<https://docs.python.org/3/howto/pyporting.html>`_. This
6363
ranges from trivial to hard depending upon the kind of software
6464
you are writing; if you're a beginner there are far more important things to
6565
worry about.

0 commit comments

Comments
 (0)