On 04/04/11 19:46, Andrew Brown wrote: > 1) do you know about the existence of rlib.streamio? It's is part of the > "RPython standard library" and it allows you to read/write files in a > higher > level way than file descriptors > > No, I didn't. That's good to know. I don't think it's worth updating the > examples though, so unless you disagree, I'll just add a note about this > module's existence.
sure, I think that for this example, using fd is fine. Btw, in case you want to do more with pypy, having a look to rlib might be a good idea, there is useful stuff there :) ciao, Anto _______________________________________________ [email protected] http://codespeak.net/mailman/listinfo/pypy-dev
