README.Python3 486 B

1234567891011121314151617181920212223242526
  1. Python3
  2. =======
  3. Approach
  4. --------
  5. We maintain a Python 2 base and use 2to3 to generate Python 3 code.
  6. 2to3 is integrated into the distutils installation process and will be run as a
  7. build step when invoked by the python3 interpreter::
  8. python3 setup.py install --no-compile
  9. Debian
  10. ------
  11. For the Debian packaging, you can use the debian.py3k/ content against
  12. the debian/ folder::
  13. cp debian.py3k/* debian/
  14. Resources
  15. ---------
  16. http://wiki.python.org/moin/PortingPythonToPy3k