summaryrefslogtreecommitdiff
path: root/numpy/lib/convertnumericA.py
diff options
context:
space:
mode:
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']