file.read() doesn't read the whole file

Sreejith K sreejithemk at gmail.com
Sat Mar 21 05:21:01 EDT 2009


The break and continue problem was actually my own mistake. I wrote
no_blks = length/4096 + 1, so the loop actually executes twice. Sorry
for my idiotic mistake....

But the read() problem still persists.....

Thanks..



More information about the Python-list mailing list