README.Python3 573 B

1234567891011121314151617181920212223242526272829
  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
  9. Tests
  10. -----
  11. Set your PYTHONPATH and run pytest3 against the test directory.
  12. Debian
  13. ------
  14. For the Debian packaging of python3-logilab-common, you can use the debian.sid/
  15. content against the debian/ folder::
  16. cp debian.sid/* debian/
  17. Resources
  18. ---------
  19. http://wiki.python.org/moin/PortingPythonToPy3k