On Thu, Jul 23, 2009 at 5:07 PM, Charles R Harris<[email protected]> wrote: > > One more: > > In [1]: fromstring("ABCDEF", dtype=uint8) > Out[1]: array([65, 66, 67, 68, 69, 70], dtype=uint8) > > Chuck
I should have guessed that one. Why isn't numpy.fromstring listed with the other entries in the "From existing data" section here? http://docs.scipy.org/doc/numpy/reference/routines.array-creation.html This looks like a simple improvement to the documentation... Peter _______________________________________________ NumPy-Discussion mailing list [email protected] http://mail.scipy.org/mailman/listinfo/numpy-discussion
