summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2015-06-20 13:57:45 -0600
committerCharles Harris <charlesr.harris@gmail.com>2015-06-21 13:46:12 -0600
commit3ed8030a2aa2f51a158fdec36a038a927ddb14b4 (patch)
treeb58102f2f25bceb4789860a9fdbfe8d7ed6ff511 /doc
parent16f1622afa6be491a17c8b21f6fec30c2de4d752 (diff)
downloadnumpy-3ed8030a2aa2f51a158fdec36a038a927ddb14b4.tar.gz
DEP,MAINT: Remove try_run and get_output.
Deprecated functions in numpy/distutils/command/config.py.
Diffstat (limited to 'doc')
-rw-r--r--doc/release/1.10.0-notes.rst5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/release/1.10.0-notes.rst b/doc/release/1.10.0-notes.rst
index 2c7e9a062..69d929471 100644
--- a/doc/release/1.10.0-notes.rst
+++ b/doc/release/1.10.0-notes.rst
@@ -25,9 +25,12 @@ 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_PyFile_Dup and npy_PyFile_DupClose have been removed from
npy_3kcompat.h.
* splitcmdline has been removed from numpy/distutils/exec_command.py.
+* try_run and get_output have been removed from
+ numpy/distutils/command/config.py
+*
Future Changes: