This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author gvanrossum
Recipients _doublep, gvanrossum
Date 2007-11-10.21:16:56
SpamBayes Score 0.04145038
Marked as misclassified No
Message-id <1194729417.28.0.553534669396.issue1416@psf.upfronthosting.co.za>
In-reply-to
Content
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): ...
Files
File name Uploaded
propset3.diff gvanrossum, 2007-11-10.21:16:56
History
Date User Action Args
2007-11-10 21:16:57gvanrossumsetspambayes_score: 0.0414504 -> 0.04145038
recipients: + gvanrossum, _doublep
2007-11-10 21:16:57gvanrossumsetspambayes_score: 0.0414504 -> 0.0414504
messageid: <1194729417.28.0.553534669396.issue1416@psf.upfronthosting.co.za>
2007-11-10 21:16:57gvanrossumlinkissue1416 messages
2007-11-10 21:16:57gvanrossumcreate