Travis E. Oliphant wrote:
> Robin Becker wrote:
........
> NumPy defines an array and an array scalar for all signed and unsigned 
> integers defined in C.
> 
> import numpy as nx
> type(nx.array([1,2,3],dtype=nx.uint32)[0])
> 
> <type 'numpy.uint32'>

great, but do we have a pure python version?
-- 
Robin Becker

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to