Sha256: 7bd4cd48c489a1b96dfb64a052b24803a0bc9d6f2078f4a1f345c72ba02a10a4

Contents?: true

Size: 486 Bytes

Versions: 1

Compression:

Stored size: 486 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 --no-compile


Debian
------

For the Debian packaging, you can use the debian.py3k/ content against
the debian/ folder::

  cp debian.py3k/* 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/astroid/README.Python3