Message254422
| Author | martin.panter |
|---|---|
| Recipients | ezio.melotti, martin.panter, serhiy.storchaka |
| Date | 2015-11-09.23:35:50 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1447112150.3.0.906220128629.issue25590@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Illustration of why I think removing the attribute on errors is bad: >>> class Foo: ... @property ... def bar(self): return self._bar ... @bar.setter ... def bar(self, value): self._bar = value ... >>> f = Foo() >>> f.bar = ... # Tab completion fails in this case |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2015-11-09 23:35:50 | martin.panter | set | recipients: + martin.panter, ezio.melotti, serhiy.storchaka |
| 2015-11-09 23:35:50 | martin.panter | set | messageid: <1447112150.3.0.906220128629.issue25590@psf.upfronthosting.co.za> |
| 2015-11-09 23:35:50 | martin.panter | link | issue25590 messages |
| 2015-11-09 23:35:50 | martin.panter | create | |