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 belopolsky, eric.araujo, georg.brandl, pitrou, vstinner
Date 2010-11-07.09:24:44
SpamBayes Score 1.0246586e-05
Marked as misclassified No
Message-id <201011070536.00599.victor.stinner@haypocalc.com>
In-reply-to <1289059215.52.0.745533650542.issue10335@psf.upfronthosting.co.za>
Content
On Saturday 06 November 2010 17:00:15 you wrote:
> Note that it is useful for opening any text file with an encoding cookie,
> not only python source code, so "tokenize.open()" sounds attractive.

Ok, the new patch (tokenize_open-2.patch) uses tokenize.open() name and adds a 
test for BOM without coding cookie (test utf-8-sig encoding).
Files
File name Uploaded
tokenize_open-2.patch vstinner, 2010-11-07.09:24:42
History
Date User Action Args
2010-11-07 09:24:48vstinnersetrecipients: + vstinner, georg.brandl, belopolsky, pitrou, eric.araujo
2010-11-07 09:24:45vstinnerlinkissue10335 messages
2010-11-07 09:24:44vstinnercreate