diff options
author | Georg Brandl <georg@python.org> | 2014-10-29 08:00:37 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2014-10-29 08:00:37 (GMT) |
commit | 9e67d801bdef7c43e6704200770fb9cf2040dc11 (patch) | |
tree | 15d6fa6289d83cfc1091cf5b12a808274cf0727c /Doc/howto | |
parent | b425891b6e803e5b9d6682ce4ac927c2853e1ca1 (diff) | |
parent | 728e4debd84e3fa345a6516e7fc0390ffc023ea8 (diff) | |
download | cpython-9e67d801bdef7c43e6704200770fb9cf2040dc11.zip cpython-9e67d801bdef7c43e6704200770fb9cf2040dc11.tar.gz cpython-9e67d801bdef7c43e6704200770fb9cf2040dc11.tar.bz2 |
merge with 3.4
Diffstat (limited to 'Doc/howto')
-rw-r--r-- | Doc/howto/pyporting.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/howto/pyporting.rst b/Doc/howto/pyporting.rst index 9bfff17..a4c81a0 100644 --- a/Doc/howto/pyporting.rst +++ b/Doc/howto/pyporting.rst @@ -39,7 +39,9 @@ The Short Version With that done, your options are: -* If you are dropping Python 2 support, use 2to3_ to port to Python 3 +* If you are dropping Python 2 support, use :ref:`2to3 <2to3-reference>` to port + to Python 3 + * If you are keeping Python 2 support, then start writing Python 2/3-compatible code starting **TODAY** @@ -601,8 +603,6 @@ If you feel there is something missing from this document that should be added, please email the python-porting_ mailing list. - -.. _2to3: https://docs.python.org/2/library/2to3.html .. _3to2: https://pypi.python.org/pypi/3to2 .. _Cheeseshop: PyPI_ .. _coverage: https://pypi.python.org/pypi/coverage |