Author jgsack
Recipients jgsack
Date 2007-11-15.08:06:30
SpamBayes Score 0.00074375
Marked as misclassified No
Message-id <1195113992.85.0.953910196559.issue1444@psf.upfronthosting.co.za>
In-reply-to
Content
The streamreader in utf_8_sig.py fails when asked to read a specified 
bytelength of data that ends up in the middle of a multibyte utf8 code.

I will attached a atandalone unittest (which does work from autotest, but 
doesn't use test_support), test_utf8sig_stream.py.

I will attach a patch (applied to the trunk 2.6 version), u8sig26.diff.

Regards,
..jim
Files
File name Uploaded
u8sig26.diff jgsack, 2007-11-15.08:06:31
History
Date User Action Args
2007-11-15 08:06:33jgsacksetspambayes_score: 0.00074375 -> 0.00074375
recipients: + jgsack
2007-11-15 08:06:32jgsacksetspambayes_score: 0.00074375 -> 0.00074375
messageid: <1195113992.85.0.953910196559.issue1444@psf.upfronthosting.co.za>
2007-11-15 08:06:32jgsacklinkissue1444 messages
2007-11-15 08:06:31jgsackcreate