Fix 2to3 reference link in pyporting.rst.

This commit is contained in:
Ned Deily 2014-11-22 16:03:40 -08:00
parent ea49a02fe6
commit 86b36e5ec5
1 changed files with 3 additions and 4 deletions

View File

@ -565,10 +565,9 @@ Supporting Only Python 3 Going Forward From Python 2 Code
---------------------------------------------------------
If you have Python 2 code but going forward only want to improve it as Python 3
code, then you can use 2to3_ to translate your Python 2 code to Python 3 code.
This is only recommended, though, if your current version of your project is
going into maintenance mode and you want all new features to be exclusive to
Python 3.
code, then you can use :ref:`2to3 <2to3-reference>` to translate your Python 2
code to Python 3 code. This is only recommended, though, if your current
version of your project is going into maintenance mode and you want all new features to be exclusive to Python 3.
Backporting Python 3 code to Python 2