Differences between revisions 1 and 2
Revision 1 as of 2008-12-07 12:17:59
Size: 659
Editor: dslb-088-067-012-128
Comment:
Revision 2 as of 2010-10-21 03:49:13
Size: 823
Comment: Add link to the mailing list
Deletions are marked like this. Additions are marked like this.
Line 13: Line 13:

== Contact ==

Help with and discussion of porting is available on the [[http://mail.python.org/mailman/listinfo/python-porting|python-porting mailing list]].

Porting code to Python 3

Since Python 3 introduces some incompatibilities, a porting strategy is needed to be able to run code on Python 3, and to have a single codebase that can be made to work under Python 2 and Python 3 using automatic conversion.

There are two separate issues here:

When finished, these two documents are meant to be a comprehensive guide to porting and maintaining Python 2/3 code. They are authored here in the Wiki and will be included in the official Python documentation when in a good shape.

Contact

Help with and discussion of porting is available on the python-porting mailing list.

PortingToPy3k (last edited 2019-10-26 23:38:10 by FrancesHocutt)

Unable to edit the page? See the FrontPage for instructions.