summaryrefslogtreecommitdiff
path: root/doc/release
diff options
context:
space:
mode:
authorJon Dufresne <jon.dufresne@gmail.com>2020-01-03 11:09:39 -0500
committerJon Dufresne <jon.dufresne@gmail.com>2020-01-04 06:42:29 -0800
commit963692da48ac8baf692357b453e2945122fd4eb5 (patch)
tree36565b2978b9925e8d7eb3863aa8083c0792c82f /doc/release
parentb7c27bd2a3817f59c84b004b87bba5db57d9a9b0 (diff)
downloadnumpy-963692da48ac8baf692357b453e2945122fd4eb5.tar.gz
MAINT: Remove unused int_asbuffer
On Python 3, int_asbuffer throws NotImplementedError and goes unused internally. Fixes #12425
Diffstat (limited to 'doc/release')
-rw-r--r--doc/release/upcoming_changes/15229.compatibility.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/release/upcoming_changes/15229.compatibility.rst b/doc/release/upcoming_changes/15229.compatibility.rst
new file mode 100644
index 000000000..404f7774f
--- /dev/null
+++ b/doc/release/upcoming_changes/15229.compatibility.rst
@@ -0,0 +1,7 @@
+Removed ``multiarray.int_asbuffer``
+-----------------------------------
+
+As part of the continued removal of Python 2 compatibility,
+``multiarray.int_asbuffer`` was removed. On Python 3, it threw a
+``NotImplementedError`` and was unused internally. It is expected that there
+are no downstream use cases for this method with Python 3.