Message316020
| Author | abarry |
|---|---|
| Recipients | abarry, luav |
| Date | 2018-05-01.21:08:42 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1525208922.59.0.682650639539.issue33401@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Any valid variable name can be used as a an attribute; for example, "spam" is valid while "spam-eggs" is not. This isn't unique to classes, but to all assignments everywhere. If we allowed `o.exec = blah` then we should also allow `exec = blah` at the global scope and that's a whole load of not happening, much less in Python 2 (which isn't getting any significant updates anymore). |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2018-05-01 21:08:42 | abarry | set | recipients: + abarry, luav |
| 2018-05-01 21:08:42 | abarry | set | messageid: <1525208922.59.0.682650639539.issue33401@psf.upfronthosting.co.za> |
| 2018-05-01 21:08:42 | abarry | link | issue33401 messages |
| 2018-05-01 21:08:42 | abarry | create | |