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 serhiy.storchaka
Recipients David Bieber, benjamin.peterson, brett.cannon, docs@python, ncoghlan, r.david.murray, rhettinger, serhiy.storchaka, terry.reedy, yselivanov
Date 2017-10-18.12:01:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1508328089.66.0.213398074469.issue31778@psf.upfronthosting.co.za>
In-reply-to
Content
"""
The string or node provided may only consist of the following Python literal structures: strings, bytes, numbers, tuples, lists, dicts, sets, booleans, and None.
"""

1+1 is not a literal number.

"""
It is not capable of evaluating arbitrarily complex expressions, for example involving operators or indexing.
"""
History
Date User Action Args
2017-10-18 12:01:29serhiy.storchakasetrecipients: + serhiy.storchaka, brett.cannon, rhettinger, terry.reedy, ncoghlan, benjamin.peterson, r.david.murray, docs@python, yselivanov, David Bieber
2017-10-18 12:01:29serhiy.storchakasetmessageid: <1508328089.66.0.213398074469.issue31778@psf.upfronthosting.co.za>
2017-10-18 12:01:29serhiy.storchakalinkissue31778 messages
2017-10-18 12:01:29serhiy.storchakacreate