diff options
Diffstat (limited to 'numpy/doc/CAPI.txt')
-rw-r--r-- | numpy/doc/CAPI.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/numpy/doc/CAPI.txt b/numpy/doc/CAPI.txt index 92032bf39..28738635e 100644 --- a/numpy/doc/CAPI.txt +++ b/numpy/doc/CAPI.txt @@ -3,9 +3,11 @@ C-API for NumPy =============== :Author: Travis Oliphant -:Discussions to: scipy-dev@scipy.org +:Discussions to: `numpy-discussion@scipy.org`__ :Created: October 2005 +__ http://www.scipy.org/Mailing_Lists + The C API of NumPy is (mostly) backward compatible with Numeric. There are a few non-standard Numeric usages (that were not really part |