[Numpy-discussion] fromstring doesn't accept buffer object

Nadav Horesh nadavh at visionsense.com
Thu Aug 26 05:28:31 EDT 2004


Numerc accepts a buffer object instead of a string:

  arr = Numeric.fromstring(buffer(.some_string), ..)
while numarray doesn't.

Is it intentional?

  Nadav.




More information about the NumPy-Discussion mailing list