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 benjamin.peterson, brett.cannon, loewis, vstinner
Date 2008-10-04.02:36:38
SpamBayes Score 0.06280143
Marked as misclassified No
Message-id <1223087799.69.0.118133446467.issue3574@psf.upfronthosting.co.za>
In-reply-to
Content
After reading tokenizer.c 1000 times, I finally used grep:

$ grep -l -i 'iso.8859.1' $(find -name "*.c")
./Python/ast.c <~~~ WTF?
./Objects/unicodeobject.c
./Parser/tokenizer.c
./Modules/cjkcodecs/_codecs_iso2022.c
./Modules/expat/xmltok.c
History
Date User Action Args
2008-10-04 02:36:39vstinnersetrecipients: + vstinner, loewis, brett.cannon, benjamin.peterson
2008-10-04 02:36:39vstinnersetmessageid: <1223087799.69.0.118133446467.issue3574@psf.upfronthosting.co.za>
2008-10-04 02:36:38vstinnerlinkissue3574 messages
2008-10-04 02:36:38vstinnercreate