Larry Wright wrote:
> Hmm, but then what?
Then nothing ;-)
When you convert the File object with str(), you have the contents of
the File as a string -- what you would get from the filesystem with
open('foo').read(). You're done.
Cheers,
Evan @ 4-am