Since the file is probably ascii... not sure... I might come away with:

"
file.read([size])
Reads at most size bytes from the file (less if the read hits EOF before obtaining size bytes).

"

The doc does not mention is size is optionally... I will try and leave it out, see what happens, otherwise a big number will have to be given or so... or perhaps retrieve file size and add it.



Bye,

 Skybuck.




--
https://mail.python.org/mailman/listinfo/python-list

Reply via email to