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 r.david.murray
Recipients David Bieber, benjamin.peterson, brett.cannon, docs@python, ncoghlan, r.david.murray, rhettinger, serhiy.storchaka, terry.reedy, yselivanov
Date 2017-10-18.11:54:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1508327694.66.0.213398074469.issue31778@psf.upfronthosting.co.za>
In-reply-to
Content
"Safely evaluate an expression node or a string containing a Python expression."

The behavior you are citing matches that documentation, as far as I can see.  1+1 is an expression involving supported literals.
History
Date User Action Args
2017-10-18 11:54:54r.david.murraysetrecipients: + r.david.murray, brett.cannon, rhettinger, terry.reedy, ncoghlan, benjamin.peterson, docs@python, serhiy.storchaka, yselivanov, David Bieber
2017-10-18 11:54:54r.david.murraysetmessageid: <1508327694.66.0.213398074469.issue31778@psf.upfronthosting.co.za>
2017-10-18 11:54:54r.david.murraylinkissue31778 messages
2017-10-18 11:54:54r.david.murraycreate