Sha256: 598f0d3633d83f1903d31e63279eac23b62f33a71ebd9545e0d0166b78fb7aeb

Contents?: true

Size: 573 Bytes

Versions: 1

Compression:

Stored size: 573 Bytes

Contents

Python3
=======

Approach
--------

We maintain a Python 2 base and use 2to3 to generate Python 3 code.

2to3 is integrated into the distutils installation process and will be run as a
build step when invoked by the python3 interpreter::

  python3 setup.py install

Tests
-----

Set your PYTHONPATH and run pytest3 against the test directory.

Debian
------

For the Debian packaging of python3-logilab-common, you can use the debian.sid/
content against the debian/ folder::

  cp debian.sid/* debian/

Resources
---------
http://wiki.python.org/moin/PortingPythonToPy3k

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
exercism-analysis-0.1.1 vendor/python/logilab/common/README.Python3