|
From: Darren D. <dd...@co...> - 2006-01-21 02:40:39
|
Would be possible to add a feature to numpy's fromstring function, to make it consistent with fromfile? fromfile will return an array from a binary file or an ascii file, but fromstring will only work with binary data. I would put fromstring to good use if it dealt with ascii data. Darren |