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 amaury.forgeotdarc, donmez, gvanrossum, loewis
Date 2007-12-19.22:38:29
SpamBayes Score 0.05932886
Marked as misclassified No
Message-id <1198103909.85.0.784907135817.issue1609@psf.upfronthosting.co.za>
In-reply-to
Content
Hm.  The test2.py file, when I download it, contains the two bytes
"\xc4\xb1" in the first unicode() call, and "\xc4\xb0" in the second
one.  This is *always* supposed to produce a UnicodeDecodeError, since
it would use the default encoding which is ASCII.  So I don't understand
how you get this to pass with 2.4 at all.

When you replace the arguments with these hex escapes, does it still
pass for you?  Or does that break it?
History
Date User Action Args
2007-12-19 22:38:30gvanrossumsetspambayes_score: 0.0593289 -> 0.05932886
recipients: + gvanrossum, loewis, amaury.forgeotdarc, donmez
2007-12-19 22:38:29gvanrossumsetspambayes_score: 0.0593289 -> 0.0593289
messageid: <1198103909.85.0.784907135817.issue1609@psf.upfronthosting.co.za>
2007-12-19 22:38:29gvanrossumlinkissue1609 messages
2007-12-19 22:38:29gvanrossumcreate