Differences between revisions 2 and 3
Revision 2 as of 2006-08-21 18:15:25
Size: 323
Editor: 38
Comment:
Revision 3 as of 2008-11-15 14:00:03
Size: 323
Editor: localhost
Comment: converted to 1.6 markup
No differences found!

Converting Python 2.x code to Python 3.x code


Program features that need to be changed

  • has_key changed to x in dict / dict.contains

  • apply() removed

Infrastructure for automatic refactoring

  • tokenize module
  • Python 2.5 compile() return ast objects

Py3kConversionTools (last edited 2010-09-24 03:30:22 by ppp118-209-23-175)

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