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 yota moteuchi
Recipients Filip Haglund, ahrvoje, ezio.melotti, r.david.murray, yota moteuchi
Date 2016-02-27.14:57:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1456585058.14.0.0580076261254.issue24663@psf.upfronthosting.co.za>
In-reply-to
Content
Well, I would disagree with R. David Murray on this.

literal_eval() is meant to safely parse literal pythons "containers" structures.

{1, 2, 3} is a valid literal set(), why would an empty one not be parse-able as well. I can not predict, when I dump the structure with repr(), if the set() will be empty or not.
History
Date User Action Args
2016-02-27 14:57:38yota moteuchisetrecipients: + yota moteuchi, ezio.melotti, r.david.murray, Filip Haglund, ahrvoje
2016-02-27 14:57:38yota moteuchisetmessageid: <1456585058.14.0.0580076261254.issue24663@psf.upfronthosting.co.za>
2016-02-27 14:57:38yota moteuchilinkissue24663 messages
2016-02-27 14:57:37yota moteuchicreate