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 michael.foord
Recipients barry, loewis, mark.dickinson, michael.foord, trent
Date 2008-03-18.17:34:39
SpamBayes Score 0.27342415
Marked as misclassified No
Message-id <1205861680.52.0.261336535531.issue719888@psf.upfronthosting.co.za>
In-reply-to
Content
Made quite extensive changes to tokenize.py (with tests) for Py3k. This
migrates it to a 'bytes' API so that it can correctly decode Python
source files following PEP-0263.
History
Date User Action Args
2008-03-18 17:34:40fuzzymansetspambayes_score: 0.273424 -> 0.27342415
recipients: + fuzzyman, loewis, barry, mark.dickinson, trent
2008-03-18 17:34:40fuzzymansetspambayes_score: 0.273424 -> 0.273424
messageid: <1205861680.52.0.261336535531.issue719888@psf.upfronthosting.co.za>
2008-03-18 17:34:39fuzzymanlinkissue719888 messages
2008-03-18 17:34:39fuzzymancreate