Daniel Stutzbach <stutzb...@google.com> added the comment:

> 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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue12128>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to