[Scipy-svn] r7014 - branches/0.9.x/doc/release
scipy-svn at scipy.org
scipy-svn at scipy.org
Tue Dec 14 09:18:48 EST 2010
Author: rgommers
Date: 2010-12-14 08:18:48 -0600 (Tue, 14 Dec 2010)
New Revision: 7014
Modified:
branches/0.9.x/doc/release/0.9.0-notes.rst
Log:
DOC: add note on Py3k status - all good except for weave.
Modified: branches/0.9.x/doc/release/0.9.0-notes.rst
===================================================================
--- branches/0.9.x/doc/release/0.9.0-notes.rst 2010-12-13 21:29:11 UTC (rev 7013)
+++ branches/0.9.x/doc/release/0.9.0-notes.rst 2010-12-14 14:18:48 UTC (rev 7014)
@@ -37,8 +37,10 @@
Python 3
========
-Scipy 0.9.0 has full support for Python 3.
+Scipy 0.9.0 is the first SciPy release to support Python 3. The only module
+that is not yet ported is ``scipy.weave``.
+
New features
============
More information about the Scipy-svn
mailing list