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 flox
Recipients doerwalter, eric.araujo, flox, lukasz.langa, pitrou, vstinner
Date 2012-07-07.14:13:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1341670401.57.0.726678598181.issue7651@psf.upfronthosting.co.za>
In-reply-to
Content
For the implementation part, there's something which already plays with the BOM in the tokenize module.

See tokenize.open(), which uses tokenize.detect_encoding() to read the BOM in some cases.
History
Date User Action Args
2012-07-07 14:13:21floxsetrecipients: + flox, doerwalter, pitrou, vstinner, eric.araujo, lukasz.langa
2012-07-07 14:13:21floxsetmessageid: <1341670401.57.0.726678598181.issue7651@psf.upfronthosting.co.za>
2012-07-07 14:13:21floxlinkissue7651 messages
2012-07-07 14:13:20floxcreate