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 ahrvoje
Recipients Filip Haglund, ahrvoje, ezio.melotti, r.david.murray
Date 2015-11-03.22:20:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1446589210.07.0.495107719401.issue24663@psf.upfronthosting.co.za>
In-reply-to
Content
For now I'll implement my_literal_eval via AST filtering, reproducing ast.literal_eval + 'set()' functionality.
History
Date User Action Args
2015-11-03 22:20:10ahrvojesetrecipients: + ahrvoje, ezio.melotti, r.david.murray, Filip Haglund
2015-11-03 22:20:10ahrvojesetmessageid: <1446589210.07.0.495107719401.issue24663@psf.upfronthosting.co.za>
2015-11-03 22:20:10ahrvojelinkissue24663 messages
2015-11-03 22:20:09ahrvojecreate