diff options
author | Matti Picus <matti.picus@gmail.com> | 2020-10-24 20:59:11 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-24 20:59:11 +0300 |
commit | d483de0f32baec73b0856230dd35f08373ecbb85 (patch) | |
tree | b3c2c8c6c25ab83f1eb59adfc2a4d0939a6712f0 /doc/release | |
parent | ba1fdc94b0d7358c993361bdd73feca09d38171c (diff) | |
parent | cf06cd41ba8bd49b3ada8aa333df8e562829247b (diff) | |
download | numpy-d483de0f32baec73b0856230dd35f08373ecbb85.tar.gz |
Merge pull request #17580 from charris/cleanup-swig-for-python3
MAINT: Cleanup swig for Python 3.
Diffstat (limited to 'doc/release')
-rw-r--r-- | doc/release/upcoming_changes/17580.compatibility.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/release/upcoming_changes/17580.compatibility.rst b/doc/release/upcoming_changes/17580.compatibility.rst new file mode 100644 index 000000000..b8e1849af --- /dev/null +++ b/doc/release/upcoming_changes/17580.compatibility.rst @@ -0,0 +1,4 @@ +The numpy.i file for swig is Python 3 only. +------------------------------------------- +Uses of Python 2.7 C-API functions have been updated to Python 3 only. Users +who need the old version should take it from an older version of NumPy. |