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 amaury.forgeotdarc
Recipients amaury.forgeotdarc, inducer, nlopes
Date 2009-06-22.22:30:22
SpamBayes Score 0.17347978
Marked as misclassified No
Message-id <1245709823.68.0.698929768731.issue6323@psf.upfronthosting.co.za>
In-reply-to
Content
Good point.
So in the end, we just replaced
    exec('%s')        # wrong when the text is "x='a'"
with
    exec(%r)
History
Date User Action Args
2009-06-22 22:30:23amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, inducer, nlopes
2009-06-22 22:30:23amaury.forgeotdarcsetmessageid: <1245709823.68.0.698929768731.issue6323@psf.upfronthosting.co.za>
2009-06-22 22:30:22amaury.forgeotdarclinkissue6323 messages
2009-06-22 22:30:22amaury.forgeotdarccreate