diff options
author | cookedm <cookedm@localhost> | 2007-05-10 18:14:29 +0000 |
---|---|---|
committer | cookedm <cookedm@localhost> | 2007-05-10 18:14:29 +0000 |
commit | 4474ba35cd167483589e398539007088dd64b9c5 (patch) | |
tree | 800ab03aca2c83de80c12ff0c854539945af9a6c /numpy/oldnumeric/setup.py | |
parent | 9dacbb9dfb3373865193def48ce880a547de0100 (diff) | |
download | numpy-4474ba35cd167483589e398539007088dd64b9c5.tar.gz |
Improvement of separator handling for fromstring and fromfile.
* fromstring and fromfile should behave identically on text.
* added more test cases for fromstring
* the dtype gets passed to the C code doing the type-specific string
conversions. We don't use it, but someone making their own dtype could.
* separator handling for fromfile is moved out of the type-specific conversion.
I've left the argument in for backwards compatibility; when the API version
is next bumped up, it can be removed.
* separator handling in fromfile is now safe (no fscanf(fp, sep) anymore)
Diffstat (limited to 'numpy/oldnumeric/setup.py')
0 files changed, 0 insertions, 0 deletions