Message57358
propset3.diff removes the hack that makes the deleter equal to the
setter when no separate deleter has been specified. If you want a
single method to be used as setter and deleter, write this:
@foo.setter
@foo.deleter
def foo(self, value=None): ... |
|
| Date |
User |
Action |
Args |
| 2007-11-10 21:16:57 | gvanrossum | set | spambayes_score: 0.0414504 -> 0.0414504 recipients:
+ gvanrossum, _doublep |
| 2007-11-10 21:16:57 | gvanrossum | set | spambayes_score: 0.0414504 -> 0.0414504 messageid: <1194729417.28.0.553534669396.issue1416@psf.upfronthosting.co.za> |
| 2007-11-10 21:16:57 | gvanrossum | link | issue1416 messages |
| 2007-11-10 21:16:57 | gvanrossum | create | |
|