##// END OF EJS Templates
Add comment and remove line as suggested by @fperez
r14989:300c04a4
Show More
single-codebase.rst
8 lines | 290 B | text/x-rst | RstLexer
/ docs / source / whatsnew / pr / single-codebase.rst
Thomas Kluyver
Document single codebase Python 3 compatibility
r13388 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`.