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 gvanrossum
Recipients gvanrossum, jaredgrubb
Date 2008-04-08.04:46:52
SpamBayes Score 0.2799224
Marked as misclassified No
Message-id <1207630013.99.0.498276480915.issue2182@psf.upfronthosting.co.za>
In-reply-to
Content
I still think it shouldn't be tokenize's business to handle this.  I'm
not quite sure how exec() manages to do this; I note that this gives a
syntax error:

exec('x = 1\rprint x\r')
History
Date User Action Args
2008-04-08 04:46:54gvanrossumsetspambayes_score: 0.279922 -> 0.2799224
recipients: + gvanrossum, jaredgrubb
2008-04-08 04:46:54gvanrossumsetspambayes_score: 0.279922 -> 0.279922
messageid: <1207630013.99.0.498276480915.issue2182@psf.upfronthosting.co.za>
2008-04-08 04:46:53gvanrossumlinkissue2182 messages
2008-04-08 04:46:53gvanrossumcreate