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 cito
Recipients cito, loewis, rhettinger
Date 2008-07-19.16:17:29
SpamBayes Score 0.15200318
Marked as misclassified No
Message-id <1216484250.49.0.974559816758.issue1697943@psf.upfronthosting.co.za>
In-reply-to
Content
Small improvement of the patch: Instead of hardcoding the BOM as
'\xef\xbb\xbf', we should use codecs.BOM_UTF8.
History
Date User Action Args
2008-07-19 16:17:30citosetspambayes_score: 0.152003 -> 0.15200318
recipients: + cito, loewis, rhettinger
2008-07-19 16:17:30citosetspambayes_score: 0.152003 -> 0.152003
messageid: <1216484250.49.0.974559816758.issue1697943@psf.upfronthosting.co.za>
2008-07-19 16:17:29citolinkissue1697943 messages
2008-07-19 16:17:29citocreate