mirror of
https://github.com/kennethreitz/python-guide.git
synced 2026-06-05 14:50:19 +00:00
Point to the Python 3 porting HOWTO
Kept up-to-date unlike Armin's blog post on the subject.
This commit is contained in:
@@ -58,8 +58,8 @@ software you're depending on will block your adoption of Python 3.
|
||||
|
||||
`Further Reading <http://wiki.python.org/moin/Python2orPython3>`_
|
||||
|
||||
It is possible to `write code that works on Python 2.6, 2.7, and 3.3
|
||||
<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
|
||||
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.
|
||||
|
||||
Reference in New Issue
Block a user