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 benjamin.peterson
Recipients amaury.forgeotdarc, benjamin.peterson, brett.cannon, sjmachin, vstinner
Date 2009-01-27.03:32:50
SpamBayes Score 3.220908e-06
Marked as misclassified No
Message-id <1233027174.65.0.0556371817649.issue4626@psf.upfronthosting.co.za>
In-reply-to
Content
I don't like the change of API to PyTokenizer_FromString. I would prefer
another function like PyTokenizer_IgnoreCodingCookie() blows up when
parsing has already started.

The (char *) cast in PyTokenizer_FromString is unneeded.

You need to indent the "else" clause after you test for ignore_cookie.

I'd like to see a test that shows that byte strings still have their
cookies examined.
History
Date User Action Args
2009-01-27 03:32:54benjamin.petersonsetrecipients: + benjamin.peterson, brett.cannon, sjmachin, amaury.forgeotdarc, vstinner
2009-01-27 03:32:54benjamin.petersonsetmessageid: <1233027174.65.0.0556371817649.issue4626@psf.upfronthosting.co.za>
2009-01-27 03:32:51benjamin.petersonlinkissue4626 messages
2009-01-27 03:32:50benjamin.petersoncreate