From 4850497d09f54ac4c33e06ca0a19e154260a365c 2011-07-01 16:42:58 From: Thomas Kluyver Date: 2011-07-01 16:42:58 Subject: [PATCH] Mention Python 3 support in What's New documentation. --- diff --git a/docs/source/whatsnew/development.txt b/docs/source/whatsnew/development.txt index 71a9639..09d1132 100644 --- a/docs/source/whatsnew/development.txt +++ b/docs/source/whatsnew/development.txt @@ -49,6 +49,14 @@ The parallel computing framework has also been rewritten using ZMQ. The protocol is described :ref:`here `, 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 `_. Note that the parallel +computing features do not yet work in Python 3. + New features ------------