##// END OF EJS Templates
Document single codebase Python 3 compatibility
Document single codebase Python 3 compatibility

File last commit:

r13388:3f0b506e
r13388:3f0b506e
Show More
single-codebase.rst
8 lines | 290 B | text/x-rst | RstLexer

Single codebase Python 3 support

IPython previously supported Python 3 by running 2to3 during setup. We have now switched to a single codebase which runs natively on Python 2.7 and 3.3.

For notes on how to maintain this, see :doc:`/development/pycompat`.