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 ron_adam
Recipients ron_adam
Date 2007-11-11.14:32:54
SpamBayes Score 0.0028088335
Marked as misclassified No
Message-id <1194791576.59.0.681140086087.issue1420@psf.upfronthosting.co.za>
In-reply-to
Content
Replaced Unicode literals in tokenize.py and it's tests files with byte
literals.

Added a compile step to the test to make sure the text file used in the
test are valid python code.  This will catch changes that need to be
done in to the text (gold file) for future python versions.
Files
File name Uploaded
tokenize_patch.diff ron_adam, 2007-11-11.14:32:55
History
Date User Action Args
2007-11-11 14:32:57ron_adamsetspambayes_score: 0.00280883 -> 0.0028088335
recipients: + ron_adam
2007-11-11 14:32:56ron_adamsetspambayes_score: 0.00280883 -> 0.00280883
messageid: <1194791576.59.0.681140086087.issue1420@psf.upfronthosting.co.za>
2007-11-11 14:32:56ron_adamlinkissue1420 messages
2007-11-11 14:32:55ron_adamcreate