From 4c84110606283600009a3ff12ed4bf6cbffde069 Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Wed, 9 Sep 2015 09:16:58 -0700 Subject: [PATCH] Point to the Python 3 porting HOWTO Kept up-to-date unlike Armin's blog post on the subject. --- docs/starting/which-python.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/starting/which-python.rst b/docs/starting/which-python.rst index 2b633b8..29146d8 100644 --- a/docs/starting/which-python.rst +++ b/docs/starting/which-python.rst @@ -58,8 +58,8 @@ software you're depending on will block your adoption of Python 3. `Further Reading `_ -It is possible to `write code that works on Python 2.6, 2.7, and 3.3 -`_. This +It is possible to `write code that works on Python 2.6, 2.7, and Python 3 +`_. This ranges from trivial to hard depending upon the kind of software you are writing; if you're a beginner there are far more important things to worry about.