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 vstinner
Date 2008-10-02.14:42:02
SpamBayes Score 4.6344926e-06
Marked as misclassified No
Message-id <1222958524.04.0.862408977928.issue4016@psf.upfronthosting.co.za>
In-reply-to
Content
linecache uses it own code to detect a Python script encoding whereas 
a function tokenize.detect_encoding() already exists. It does also 
convert bytes => unicode conversion of the file lines whereas open() 
already supports this feature.
History
Date User Action Args
2008-10-02 14:42:04vstinnersetrecipients: + vstinner
2008-10-02 14:42:04vstinnersetmessageid: <1222958524.04.0.862408977928.issue4016@psf.upfronthosting.co.za>
2008-10-02 14:42:03vstinnerlinkissue4016 messages
2008-10-02 14:42:03vstinnercreate