Message316018
| Author | luav |
|---|---|
| Recipients | abarry, luav |
| Date | 2018-05-01.20:58:29 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1525208309.46.0.682650639539.issue33401@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Why Python 2 documentation does not outline that keywords / statements can't be used as the object attributes? https://docs.python.org/2/reference/simple_stmts.html#exec And why does this restriction exist at all? The keywords always stand-alone and newer follow '.', i.e. always distinguishable from the object attributes. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2018-05-01 20:58:29 | luav | set | recipients: + luav, abarry |
| 2018-05-01 20:58:29 | luav | set | messageid: <1525208309.46.0.682650639539.issue33401@psf.upfronthosting.co.za> |
| 2018-05-01 20:58:29 | luav | link | issue33401 messages |
| 2018-05-01 20:58:29 | luav | create | |