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 christian.heimes
Recipients christian.heimes, grahamd, vinay.sajip
Date 2012-07-25.01:04:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1343178248.7.0.477152010007.issue15445@psf.upfronthosting.co.za>
In-reply-to
Content
ast.literal_eval() is a good choice for limited evaluation of Python string as it only supports data types like numbers, str, dict etc. but no classes or function calls.
History
Date User Action Args
2012-07-25 01:04:08christian.heimessetrecipients: + christian.heimes, vinay.sajip, grahamd
2012-07-25 01:04:08christian.heimessetmessageid: <1343178248.7.0.477152010007.issue15445@psf.upfronthosting.co.za>
2012-07-25 01:04:08christian.heimeslinkissue15445 messages
2012-07-25 01:04:07christian.heimescreate