Message304574
| 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:29 | serhiy.storchaka | set | recipients: + serhiy.storchaka, brett.cannon, rhettinger, terry.reedy, ncoghlan, benjamin.peterson, r.david.murray, docs@python, yselivanov, David Bieber |
| 2017-10-18 12:01:29 | serhiy.storchaka | set | messageid: <1508328089.66.0.213398074469.issue31778@psf.upfronthosting.co.za> |
| 2017-10-18 12:01:29 | serhiy.storchaka | link | issue31778 messages |
| 2017-10-18 12:01:29 | serhiy.storchaka | create | |