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 vstinner
Recipients brian.curtin, ezio.melotti, hynek, pitrou, r.david.murray, serhiy.storchaka, tim.golden, v+python, vstinner
Date 2012-08-01.18:02:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1343844180.54.0.380255875205.issue14811@psf.upfronthosting.co.za>
In-reply-to
Content
> Are we going to fix this before 3.3? Any objections to Victor's patch?

detect_truncate.patch is now raising an error if a line is longer than BUFSIZ, whereas Python supports lines longer than BUFSIZ bytes (it's just that the encoding cookie is ignored if the line 1 or 2 is longer than BUFSIZ bytes). So my patch is not correct.
History
Date User Action Args
2012-08-01 18:03:00vstinnersetrecipients: + vstinner, pitrou, tim.golden, ezio.melotti, v+python, r.david.murray, brian.curtin, hynek, serhiy.storchaka
2012-08-01 18:03:00vstinnersetmessageid: <1343844180.54.0.380255875205.issue14811@psf.upfronthosting.co.za>
2012-08-01 18:02:59vstinnerlinkissue14811 messages
2012-08-01 18:02:59vstinnercreate