summaryrefslogtreecommitdiff
path: root/numpy/add_newdocs.py
diff options
context:
space:
mode:
authorTravis Oliphant <oliphant@enthought.com>2008-01-29 03:14:01 +0000
committerTravis Oliphant <oliphant@enthought.com>2008-01-29 03:14:01 +0000
commit74eec4e13435688e72ef6a50f3263ab6edf83d55 (patch)
tree6247207c64fc7ae92cd25637818ab2141178e3e5 /numpy/add_newdocs.py
parent7e33f2e3ade221f34809b809c34f1d0dc9ca6181 (diff)
downloadnumpy-74eec4e13435688e72ef6a50f3263ab6edf83d55.tar.gz
Fix fromstring to match fromfile behavior when parsing integers (base-10 only). Ticket #650
Diffstat (limited to 'numpy/add_newdocs.py')
-rw-r--r--numpy/add_newdocs.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/numpy/add_newdocs.py b/numpy/add_newdocs.py
index 91c6a6e80..d727df234 100644
--- a/numpy/add_newdocs.py
+++ b/numpy/add_newdocs.py
@@ -216,6 +216,7 @@ add_newdoc('numpy.core.multiarray','fromstring',
size is determined by the size of string. If sep is not empty then the
string is interpreted in ASCII mode and converted to the desired number type
using sep as the separator between elements (extra whitespace is ignored).
+ ASCII integer conversions are base-10; octal and hex are not supported.
""")