[Numpy-svn] r8480 - trunk/doc

numpy-svn at scipy.org numpy-svn at scipy.org
Sun Jul 11 11:02:36 EDT 2010


Author: ptvirtan
Date: 2010-07-11 10:02:36 -0500 (Sun, 11 Jul 2010)
New Revision: 8480

Modified:
   trunk/doc/Py3K.txt
Log:
DOC: more updates to Py3K.txt

Modified: trunk/doc/Py3K.txt
===================================================================
--- trunk/doc/Py3K.txt	2010-07-11 13:56:55 UTC (rev 8479)
+++ trunk/doc/Py3K.txt	2010-07-11 15:02:36 UTC (rev 8480)
@@ -11,8 +11,12 @@
 General
 =======
 
-If you work on Py3 transition, please try to keep this document up-to-date.
+Numpy has now been ported to Python 3.
 
+Some glitches may still be present; however, we are not aware of any
+significant ones, the test suite passes.
+
+
 Resources
 ---------
 
@@ -22,14 +26,6 @@
 - http://wiki.python.org/moin/PortingExtensionModulesToPy3k
 
 
-Git trees
----------
-
-- http://github.com/pv/numpy-work/commits/py3k
-- http://github.com/cournape/numpy/commits/py3_bootstrap
-- http://github.com/illume/numpy3k/commits/work
-
-
 Prerequisites
 -------------
 
@@ -208,6 +204,13 @@
 the far more common use case with scientific data.
 
 
+Cyclic imports
+--------------
+
+Python 3 is less forgiving about cyclic imports than Python 2.  Cycles
+need to be broken to have the same code work both on Python 2 and 3.
+
+
 C Code
 ======
 




More information about the Numpy-svn mailing list