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 Filip Haglund
Recipients Filip Haglund
Date 2015-07-18.17:28:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1437240496.13.0.316743645205.issue24663@psf.upfronthosting.co.za>
In-reply-to
Content
ast.literal_eval handles sets, if they contain at least one value, but does not handle empty ones, which are represented as `set()` since `{}` is already used by dicts.
History
Date User Action Args
2015-07-18 17:28:16Filip Haglundsetrecipients: + Filip Haglund
2015-07-18 17:28:16Filip Haglundsetmessageid: <1437240496.13.0.316743645205.issue24663@psf.upfronthosting.co.za>
2015-07-18 17:28:16Filip Haglundlinkissue24663 messages
2015-07-18 17:28:15Filip Haglundcreate