##// END OF EJS Templates
StreamCapturer should die if main process crashes.
StreamCapturer should die if main process crashes.

File last commit:

r13388:3f0b506e
r13517:ead40a58
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`.