##// END OF EJS Templates
Mention Python 3 support in What's New documentation.
Thomas Kluyver -
Show More
@@ -49,6 +49,14 b' The parallel computing framework has also been rewritten using ZMQ. The'
49 protocol is described :ref:`here <parallel_messages>`, and the code is in the
49 protocol is described :ref:`here <parallel_messages>`, and the code is in the
50 new :mod:`IPython.parallel` module.
50 new :mod:`IPython.parallel` module.
51
51
52 Python 3 support
53 ----------------
54
55 A Python 3 version of IPython has been prepared. For the time being, this is
56 maintained separately and updated from the main codebase. Its code can be found
57 `here <https://github.com/ipython/ipython-py3k>`_. Note that the parallel
58 computing features do not yet work in Python 3.
59
52 New features
60 New features
53 ------------
61 ------------
54
62
General Comments 0
You need to be logged in to leave comments. Login now