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 loewis
Recipients loewis, terry.reedy, vstinner
Date 2008-12-29.19:48:26
SpamBayes Score 5.37885e-07
Marked as misclassified No
Message-id <1230580108.53.0.248511338316.issue4008@psf.upfronthosting.co.za>
In-reply-to
Content
Here is a new patch that fixes this issue, and the duplicate issues
(#4410, and #4623).

It doesn't try to eliminate code duplication, but fixes coding_spec by
decoding always to Latin-1 first until the coding is known. It fixes
check_syntax by opening the source file in binary. It should have fixed
tabnanny the same way, except that tabnanny cannot properly process byte
tokens.
History
Date User Action Args
2008-12-29 19:48:28loewissetrecipients: + loewis, terry.reedy, vstinner
2008-12-29 19:48:28loewissetmessageid: <1230580108.53.0.248511338316.issue4008@psf.upfronthosting.co.za>
2008-12-29 19:48:27loewislinkissue4008 messages
2008-12-29 19:48:27loewiscreate