[issue1142] code sample showing errors reading large files with py 2.5

christen report at bugs.python.org
Mon Sep 10 17:54:06 CEST 2007


christen added the comment:

made an error in copy paste

if you replace by
fichout.write(str(i)+' '*59+'\n')

should be 
if you replace by
fichout.write(str(i)+'\n')
of course :-(

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1142>
__________________________________


More information about the Python-bugs-list mailing list