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 ajaksu2, azverkan, benjamin.peterson, collinwinter, vstinner
Date 2009-05-04.20:55:17
SpamBayes Score 6.564164e-07
Marked as misclassified No
Message-id <1241470524.75.0.325277771334.issue2660@psf.upfronthosting.co.za>
In-reply-to
Content
Patch using tokenize.detect_encoding() to read the encoding of Python 
scripts instead of using default io.open() encoding (utf-8).

We might write unit test.

See also related issue: #5093
History
Date User Action Args
2009-05-04 20:55:25vstinnersetrecipients: + vstinner, collinwinter, ajaksu2, benjamin.peterson, azverkan
2009-05-04 20:55:24vstinnersetmessageid: <1241470524.75.0.325277771334.issue2660@psf.upfronthosting.co.za>
2009-05-04 20:55:19vstinnerlinkissue2660 messages
2009-05-04 20:55:19vstinnercreate