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 dsdale24
Recipients Darren.Dale, benjamin.peterson, daniel.urban, dsdale24, eric.araujo, eric.snow, michael.foord, ncoghlan, stutzbach
Date 2011-06-19.18:44:40
SpamBayes Score 0.00013173596
Marked as misclassified No
Message-id <1308509082.83.0.981078359539.issue11610@psf.upfronthosting.co.za>
In-reply-to
Content
Here is attempt #4. This patch extends the property, classmethod and staticmethod builtins with an __isabstractmethod__ descriptor. Docs and tests are updated as well. "make test" runs without failures. This is my first real attempt with the C-API, and I think I am finally over the learning curve, but comments would be greatly appreciated.
History
Date User Action Args
2011-06-19 18:44:43dsdale24setrecipients: + dsdale24, ncoghlan, benjamin.peterson, stutzbach, eric.araujo, michael.foord, daniel.urban, eric.snow, Darren.Dale
2011-06-19 18:44:42dsdale24setmessageid: <1308509082.83.0.981078359539.issue11610@psf.upfronthosting.co.za>
2011-06-19 18:44:42dsdale24linkissue11610 messages
2011-06-19 18:44:42dsdale24create