summaryrefslogtreecommitdiff
path: root/numpy/lib/recfunctions.py
diff options
context:
space:
mode:
authorSebastian Berg <sebastian@sipsolutions.net>2013-04-02 01:06:21 +0200
committerSebastian Berg <sebastian@sipsolutions.net>2013-04-11 18:52:03 +0200
commit1675ad9e5b95605a851337f407e1fad33cf10c9c (patch)
treeaeaa80c79a2a8300341a153dac8d977d5ebfc9f3 /numpy/lib/recfunctions.py
parent0350d5e2194494dc1bd8bb10759557e30980fef0 (diff)
downloadnumpy-1675ad9e5b95605a851337f407e1fad33cf10c9c.tar.gz
FIX: rename xrange to range in python 2
np.delete abuses range to calculate start/stop/step and len. This would create potentially large intermediates if it was a list, so for numpy/lib/function_base.py and python < 3, use range = xrange.
Diffstat (limited to 'numpy/lib/recfunctions.py')
0 files changed, 0 insertions, 0 deletions