pylab.load/save and Not a Number

i was wondering a bit about how to treat missing data
when loading or saving data with pylab.
numarray has a module for representing NaN, Inf (and
i guess numpy have it). but what about reading files with
missing data, or NaNs?

another note on pylab.load(): wouldn't it be fairly easy
to detect the delimiter symbol automatically?