Message 316019 - Python tracker

Message316019

Author luav
Recipients abarry, luav
Date 2018-05-01.21:04:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1525208698.63.0.682650639539.issue33401@psf.upfronthosting.co.za>
In-reply-to
Content
I'm sorry for the previous question, now it's clear (the space is allowed after the '.' which complicates the parsing):
```
>>> o.e = 1
>>> o. e
1
>>> o.e
1

```

Anyway, it would be nice to outline the eligible values for attributes in the documentation (https://docs.python.org/2/tutorial/classes.html).
History
Date User Action Args
2018-05-01 21:04:58luavsetrecipients: + luav, abarry
2018-05-01 21:04:58luavsetmessageid: <1525208698.63.0.682650639539.issue33401@psf.upfronthosting.co.za>
2018-05-01 21:04:58luavlinkissue33401 messages
2018-05-01 21:04:58luavcreate