[Numpy-tickets] [NumPy] #477: isscalar give strange results
NumPy
numpy-tickets@scipy....
Sat Mar 24 19:47:51 CDT 2007
#477: isscalar give strange results
---------------------+------------------------------------------------------
Reporter: charris | Owner: somebody
Type: defect | Status: new
Priority: normal | Milestone:
Component: Other | Version:
Severity: normal | Keywords:
---------------------+------------------------------------------------------
I am not sure if a string is a scalar type or not, or if it should be. Is
it?
{{{
In [10]: isscalar('hello world')
Out[10]: True
}}}
--
Ticket URL: <http://projects.scipy.org/scipy/numpy/ticket/477>
NumPy <http://projects.scipy.org/scipy/numpy>
The fundamental package needed for scientific computing with Python.
More information about the Numpy-tickets
mailing list