From 5b8ec8915ef5e2fa58824411be4ea1e17736d08a Mon Sep 17 00:00:00 2001 From: Charles Harris Date: Fri, 19 Jun 2015 13:38:22 -0600 Subject: DEP,MAINT: Remove deprecated functions from npy_3kcompat.h These functions npy_PyFile_Dup and npy_PyFile_DupClose do not work correctly in Python 3. Deprecation messages have been raised in npy_PyFile_Dup since 1.9 and it is probably best to smoke out any remaining uses by simply removing the function. --- doc/release/1.10.0-notes.rst | 1 + 1 file changed, 1 insertion(+) (limited to 'doc') diff --git a/doc/release/1.10.0-notes.rst b/doc/release/1.10.0-notes.rst index 2318e522e..ed33cc9e3 100644 --- a/doc/release/1.10.0-notes.rst +++ b/doc/release/1.10.0-notes.rst @@ -25,6 +25,7 @@ Dropped Support: * The polytemplate.py file has been removed. * The _dotblas module is no longer available. * The testcalcs.py file has been removed. +* npy_PyFile_Dup and npy_PyFile_DupClose have been removed from npy_3kcompat.h. Future Changes: -- cgit v1.2.1