summaryrefslogtreecommitdiff
path: root/numpy/lib/convertnumericA.py
diff options
context:
space:
mode:
authorTravis Oliphant <oliphant@enthought.com>2006-08-05 07:48:48 +0000
committerTravis Oliphant <oliphant@enthought.com>2006-08-05 07:48:48 +0000
commit3457ac34f84f502de194ad825c0db4cb0d56dc82 (patch)
tree3b76d6ccfb0d3cbeddff00e7c7d359d5fa541d1e /numpy/lib/convertnumericA.py
parent0820b2a2c8cebe828c1a9faa1bef45a8b0421100 (diff)
downloadnumpy-3457ac34f84f502de194ad825c0db4cb0d56dc82.tar.gz
Fix uses of nonzero and add flatnonzero
Diffstat (limited to 'numpy/lib/convertnumericA.py')
-rw-r--r--numpy/lib/convertnumericA.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/numpy/lib/convertnumericA.py b/numpy/lib/convertnumericA.py
index ad1daa329..c3748bae3 100644
--- a/numpy/lib/convertnumericA.py
+++ b/numpy/lib/convertnumericA.py
@@ -13,6 +13,9 @@ Makes the following changes:
* Converts .flat to .ravel() except for .flat = xxx or .flat[xxx]
* Replace xxx.spacesaver() with True
* Convert xx.savespace(?) to pass + ## xx.savespace(?)
+
+ * Converts uses of 'b' to 'B' in the typecode-position of
+ functions and methods
"""
__all__ = ['fromfile', 'fromstr']