This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author gvanrossum
Recipients Richard.Christen@unice.fr, gvanrossum, pythonmeister
Date 2007-09-11.17:36:46
SpamBayes Score 0.014954819
Marked as misclassified No
Message-id <1189532207.4.0.423511671456.issue1142@psf.upfronthosting.co.za>
In-reply-to
Content
Folks, please focus on one issue at a time, and don't post such long
transcripts.

I know Py3k text I/O is very slow; it's written in Python and uses UTF-8
as the default encoding.  We've got a summer of code student working on
an accelerating this.  (And if he doesn't finish we have another year to
work on it before 3.0final is released.)

So the real problem is that on Windows in 2.x reading files > 4 GB loses
data.  Please try to see if opening the file in binary mode still loses
data.  I suspect a problem in the Windows C stdio library related to
line endings, but who knows.
History
Date User Action Args
2007-09-11 17:36:47gvanrossumsetspambayes_score: 0.0149548 -> 0.014954819
recipients: + gvanrossum, pythonmeister, Richard.Christen@unice.fr
2007-09-11 17:36:47gvanrossumsetspambayes_score: 0.0149548 -> 0.0149548
messageid: <1189532207.4.0.423511671456.issue1142@psf.upfronthosting.co.za>
2007-09-11 17:36:47gvanrossumlinkissue1142 messages
2007-09-11 17:36:46gvanrossumcreate