diff options
author | cookedm <cookedm@localhost> | 2007-12-26 07:08:16 +0000 |
---|---|---|
committer | cookedm <cookedm@localhost> | 2007-12-26 07:08:16 +0000 |
commit | 87f61abda82e21fc77facd3931e0182dd564c3a0 (patch) | |
tree | 2e21b844c860a76a98cf4badd0e2761051bb10f0 /numpy/_import_tools.py | |
parent | 2a726d25c8404aa21bb9ab5a6f9af82b3ccf4a47 (diff) | |
download | numpy-87f61abda82e21fc77facd3931e0182dd564c3a0.tar.gz |
Replace numpy.distutils.exec_command.splitcmdline with shlex.split instead.
It has the same problems as our old numpy.distutils.ccompiler.split_quoted.
splitcmdline still exists, but uses shlex.split, and issues a DeprecationWarning
This has the positive side effect of not having numpy.distutils pulled in
when numpy is imported -- there was a use of splitcmdline in numpy.testing.
Diffstat (limited to 'numpy/_import_tools.py')
0 files changed, 0 insertions, 0 deletions