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 alex
Recipients alex
Date 2011-12-06.01:02:39
SpamBayes Score 0.10131466
Marked as misclassified No
Message-id <1323133360.31.0.331405139525.issue13536@psf.upfronthosting.co.za>
In-reply-to
Content
In 2.7 ast.literal_eval blows up with a set for input:


>>> import ast
>>> ast.literal_eval("{1}")
History
Date User Action Args
2011-12-06 01:02:40alexsetrecipients: + alex
2011-12-06 01:02:40alexsetmessageid: <1323133360.31.0.331405139525.issue13536@psf.upfronthosting.co.za>
2011-12-06 01:02:39alexlinkissue13536 messages
2011-12-06 01:02:39alexcreate