[Numpy-tickets] [NumPy] #343: numpy.dtype(dtype, int) should raise an error
NumPy
numpy-tickets at scipy.net
Fri Oct 13 14:49:18 CDT 2006
#343: numpy.dtype(dtype, int) should raise an error
--------------------+-------------------------------------------------------
Reporter: faltet | Owner: somebody
Type: defect | Status: closed
Priority: low | Milestone:
Component: Other | Version: devel
Severity: minor | Resolution: invalid
Keywords: |
--------------------+-------------------------------------------------------
Changes (by oliphant):
* status: new => closed
* resolution: => invalid
Comment:
dtype accepts 1-3 arguments. The second argument asks for an aligned
data-type when true. The third argument is whether or not you want to
force a copy (needed for pickling).
--
Ticket URL: <http://projects.scipy.org/scipy/numpy/ticket/343#comment:1>
NumPy <http://projects.scipy.org/scipy/numpy>
The fundamental package needed for scientific computing with Python.
More information about the Numpy-tickets
mailing list