diff options
author | Travis Oliphant <oliphant@enthought.com> | 2006-08-03 17:00:19 +0000 |
---|---|---|
committer | Travis Oliphant <oliphant@enthought.com> | 2006-08-03 17:00:19 +0000 |
commit | fad726e58b7eb8452712a79a3cd52aee510f1104 (patch) | |
tree | f4fe6b8a8c4f3e59e985b3dc6a35325ff8069997 /numpy/oldnumeric/compat.py | |
parent | 77187d2372898d6c18129aba9d562450a1af3a2c (diff) | |
download | numpy-fad726e58b7eb8452712a79a3cd52aee510f1104.tar.gz |
Strip white-space on element retrieval
Diffstat (limited to 'numpy/oldnumeric/compat.py')
-rw-r--r-- | numpy/oldnumeric/compat.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/numpy/oldnumeric/compat.py b/numpy/oldnumeric/compat.py index b5d31334e..0a4b41228 100644 --- a/numpy/oldnumeric/compat.py +++ b/numpy/oldnumeric/compat.py @@ -144,7 +144,6 @@ outerproduct = deprecate(outer, 'outerproduct', 'outer') innerproduct = deprecate(mu.inner, 'innerproduct', 'inner') - def DumpArray(m, fp): m.dump(fp) |