summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2015-06-20 13:49:59 -0600
committerCharles Harris <charlesr.harris@gmail.com>2015-06-21 13:46:12 -0600
commit16f1622afa6be491a17c8b21f6fec30c2de4d752 (patch)
tree9e021516ca8a02bde117ffc1d4301a059682bce4 /doc
parent81788b45e383d2f6494cf3daadbd7fb6bfc550b1 (diff)
downloadnumpy-16f1622afa6be491a17c8b21f6fec30c2de4d752.tar.gz
DEP,MAINT: Remove deprecated splitcmdline.
Was in numpy/distutils/exec_command.py. Update 1.10-notes.rst.
Diffstat (limited to 'doc')
-rw-r--r--doc/release/1.10.0-notes.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/release/1.10.0-notes.rst b/doc/release/1.10.0-notes.rst
index d3b99cf76..2c7e9a062 100644
--- a/doc/release/1.10.0-notes.rst
+++ b/doc/release/1.10.0-notes.rst
@@ -25,7 +25,9 @@ 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.
+* npy_PyFile_Dup`` and npy_PyFile_DupClose have been removed from
+ npy_3kcompat.h.
+* splitcmdline has been removed from numpy/distutils/exec_command.py.
Future Changes: