Skip to content

Commit

Permalink
Mention Python 3 support in What's New documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
takluyver committed Jul 1, 2011
1 parent 6443bc1 commit 4850497
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/source/whatsnew/development.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,14 @@ The parallel computing framework has also been rewritten using ZMQ. The
protocol is described :ref:`here <parallel_messages>`, and the code is in the
new :mod:`IPython.parallel` module.

Python 3 support
----------------

A Python 3 version of IPython has been prepared. For the time being, this is
maintained separately and updated from the main codebase. Its code can be found
`here <https://github.com/ipython/ipython-py3k>`_. Note that the parallel
computing features do not yet work in Python 3.

New features
------------

Expand Down

0 comments on commit 4850497

Please sign in to comment.