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 benjamin.peterson
Recipients benjamin.peterson, daniel.urban, dsdale24, ncoghlan, ned.deily
Date 2011-03-29.21:37:43
SpamBayes Score 0.056505192
Marked as misclassified No
Message-id <1301434665.8.0.32421113697.issue11610@psf.upfronthosting.co.za>
In-reply-to
Content
I have an idea. How about instead of reusing abstractmethod for abstract getters and setters, you add abstractproperty.abstractgetter/setter/deleter?
History
Date User Action Args
2011-03-29 21:37:45benjamin.petersonsetrecipients: + benjamin.peterson, ncoghlan, ned.deily, daniel.urban, dsdale24
2011-03-29 21:37:45benjamin.petersonsetmessageid: <1301434665.8.0.32421113697.issue11610@psf.upfronthosting.co.za>
2011-03-29 21:37:43benjamin.petersonlinkissue11610 messages
2011-03-29 21:37:43benjamin.petersoncreate