[NumPy-Tickets] [NumPy] #1390: dtype.itemsize not working correctly
NumPy Trac
numpy-tickets@scipy....
Thu Jul 29 18:42:52 CDT 2010
#1390: dtype.itemsize not working correctly
-------------------------+--------------------------------------------------
Reporter: robitaille | Owner: somebody
Type: defect | Status: closed
Priority: normal | Milestone:
Component: numpy.core | Version: devel
Resolution: invalid | Keywords:
-------------------------+--------------------------------------------------
Changes (by pv):
* status: new => closed
* resolution: => invalid
Comment:
I don't think this it has ever worked so:
{{{
>>> import numpy as np
>>> np.__version__
'1.0.1'
>>> np.float32.itemsize
<attribute 'itemsize' of 'numpy.generic' objects>
}}}
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/1390#comment:4>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list