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 veky
Recipients mark.dickinson, r.david.murray, veky
Date 2016-06-29.08:51:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1467190307.51.0.922058906707.issue27363@psf.upfronthosting.co.za>
In-reply-to
Content
And of course, the most important argument that preserving type(x)(repr(x))==x is futile: try it with x=False. (Yes, bools are numbers too.:)

On the other hand, of course, literal_eval treats 'False' completely fine.
History
Date User Action Args
2016-06-29 08:51:47vekysetrecipients: + veky, mark.dickinson, r.david.murray
2016-06-29 08:51:47vekysetmessageid: <1467190307.51.0.922058906707.issue27363@psf.upfronthosting.co.za>
2016-06-29 08:51:47vekylinkissue27363 messages
2016-06-29 08:51:46vekycreate