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 Darren.Dale, benjamin.peterson, daniel.urban, dsdale24, ncoghlan, ned.deily
Date 2011-05-14.20:28:12
SpamBayes Score 0.0027862785
Marked as misclassified No
Message-id <1305404893.74.0.286298060695.issue11610@psf.upfronthosting.co.za>
In-reply-to
Content
I still dislike the reduntancy of having abstractmethod and abstractproperty on a method. I think a better idea is having abstractproperty.abstract(getter/setter/deleter).
History
Date User Action Args
2011-05-14 20:28:13benjamin.petersonsetrecipients: + benjamin.peterson, ncoghlan, ned.deily, daniel.urban, dsdale24, Darren.Dale
2011-05-14 20:28:13benjamin.petersonsetmessageid: <1305404893.74.0.286298060695.issue11610@psf.upfronthosting.co.za>
2011-05-14 20:28:13benjamin.petersonlinkissue11610 messages
2011-05-14 20:28:12benjamin.petersoncreate