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 stutzbach
Recipients cool-RR, eric.snow, stutzbach
Date 2011-05-20.19:02:45
SpamBayes Score 0.01845361
Marked as misclassified No
Message-id <1305918166.11.0.162722858083.issue12128@psf.upfronthosting.co.za>
In-reply-to
Content
> Daniel, the behavior you describe is already present in Python 3.2.

Awesome. :)

Do you have a compelling use-case for making "self.x = 5" satisfy an abstractproperty requirement?  One of the problems with that approach is that the instance does not satisfy the requirements until the line in __init__ is called that sets self.x.
History
Date User Action Args
2011-05-20 19:02:46stutzbachsetrecipients: + stutzbach, cool-RR, eric.snow
2011-05-20 19:02:46stutzbachsetmessageid: <1305918166.11.0.162722858083.issue12128@psf.upfronthosting.co.za>
2011-05-20 19:02:45stutzbachlinkissue12128 messages
2011-05-20 19:02:45stutzbachcreate