diff options
author | Pauli Virtanen <pav@iki.fi> | 2010-02-22 21:33:56 +0000 |
---|---|---|
committer | Pauli Virtanen <pav@iki.fi> | 2010-02-22 21:33:56 +0000 |
commit | ea6ca76d189e8ec5acf150cec31446e65c2426ff (patch) | |
tree | 75dd982405702cf262ee1a9711d3ec4069e44398 /doc | |
parent | a1427e05649aa5b0eeebc9830230d5e8bf225e1e (diff) | |
download | numpy-ea6ca76d189e8ec5acf150cec31446e65c2426ff.tar.gz |
3K: doc: note that f2py hasn't been really ported yet
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Py3K.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/Py3K.txt b/doc/Py3K.txt index a5d0b4acf..7b7e9ade8 100644 --- a/doc/Py3K.txt +++ b/doc/Py3K.txt @@ -125,6 +125,18 @@ There are some utility functions needed for 3K compatibility in More can be added as needed. +numpy.f2py +---------- + +F2py has not yet been ported to Py3. + +It imports, but it's not tested. + +.. todo:: + + Port f2py to Py3 + + Bytes vs. strings ----------------- |