summaryrefslogtreecommitdiff
path: root/numpy/distutils/fcompiler/ibm.py
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2013-03-04 22:47:03 -0700
committerCharles Harris <charlesr.harris@gmail.com>2013-03-05 09:09:46 -0700
commitbaeaeac6885d67238321101863a7753d366c535e (patch)
tree042f0111af21c91c8160037d4b5ceba01baacd53 /numpy/distutils/fcompiler/ibm.py
parent3ba223e867dd6a2bda130d0630ee9aad3c32ae97 (diff)
downloadnumpy-baeaeac6885d67238321101863a7753d366c535e.tar.gz
2to3:DEP: Remove interactive setup and gnu compiler configuration.
These havn't been deprecated, but I think few have heard of them, much less used them. Before this change, running setup.py without any arguments would result in interactive help. This patch removes that interactive help and lets setup print its usual list of commands and options. All the script uses of the numpy/distutils/fcompiler compilers look quite broken to me, but I have tried to maintain compatibility with the earlier version of gnu.py after the removal of `raw_input`. These removals solve an incompatibility between Python3 and Python2. The current interactive setup help uses `raw_input`, which has been removed in python3 and replaced by `input`. However, python2 already has an `input` that has different semantics. Rather than deal with this, I think it simpler to keep both `raw_input` and `input` out of numpy. Closes #3063 Closes #3079
Diffstat (limited to 'numpy/distutils/fcompiler/ibm.py')
0 files changed, 0 insertions, 0 deletions