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 georg.brandl
Recipients christian.heimes, georg.brandl, gvanrossum, loewis, ron_adam
Date 2007-11-12.17:25:55
SpamBayes Score 0.011044652
Marked as misclassified No
Message-id <1194888355.48.0.403017848559.issue1420@psf.upfronthosting.co.za>
In-reply-to
Content
Martin, Guido: I think you misunderstand the patch description: it
doesn't make tokenize process bytes instead of bytes, but makes it
tokenize the new b"..." literals instead of the old u"..." literals.
History
Date User Action Args
2007-11-12 17:25:55georg.brandlsetspambayes_score: 0.0110447 -> 0.011044652
recipients: + georg.brandl, gvanrossum, loewis, christian.heimes, ron_adam
2007-11-12 17:25:55georg.brandlsetspambayes_score: 0.0110447 -> 0.0110447
messageid: <1194888355.48.0.403017848559.issue1420@psf.upfronthosting.co.za>
2007-11-12 17:25:55georg.brandllinkissue1420 messages
2007-11-12 17:25:55georg.brandlcreate