py3to2 is a Python library. It is a Python 2.6 interpreter extended w/ Python 3.0 opcodes, allowing it to run Python 3.0 scripts. it should b fully compatible w/ cpython 2.6 & its extensions.
The intended purpose is to allow developers to migrate Python 2.6 scripts to Python 3.0 while retaining backwards compatibility w/ existing extension modules.
USAGE: start up the py3to2 interpreter by typing "py3to2" in a shell: $ ./py3to2 Python 2.6.py3to2 (r26:66714, Nov 18 2008, 00:56:43) [GCC 3.4.6 20060404 (Red Hat 3.4.6-10)] on linux2 Type "help", "copyright", "credits" or "license" for more information.
Product's homepage
Requirements:
· Python
What's New in This Release: [ read full changelog ]
· moved pseudomethod syntax handling to py3k server
· added more checks during setup
· added more documentation
· backported patch r67299 fixing an issue w/ super()
· cleaned up py3to2.compiler class