Saving Numeric arrays to file?

Alex Martelli aleax at aleax.it
Sat Sep 27 11:10:30 EDT 2003


Duncan Smith wrote:
   ...
> What I
> *would* like is a reasonably generic (and not terribly inefficient)
> solution for
> storing strings that contain escape characters in text files.  Cheers.

I'm not quite sure what you mean by "contain escape characters" in this
context.  But maybe the quoted-printable coding is what you're looking
for?  See module quopri in the standard Python library.


Alex





More information about the Python-list mailing list