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 ncoghlan
Recipients Arfrever, benjamin.peterson, georg.brandl, ncoghlan, pitrou
Date 2012-02-28.02:30:39
SpamBayes Score 0.0060330336
Marked as misclassified No
Message-id <1330396240.95.0.582386359793.issue14133@psf.upfronthosting.co.za>
In-reply-to
Content
Also, ensuring class invariants by setting derived attributes correctly is one of the primary use cases for properties, so objecting to my proposed approach is objecting to a fairly fundamental programming technique.
History
Date User Action Args
2012-02-28 02:30:41ncoghlansetrecipients: + ncoghlan, georg.brandl, pitrou, benjamin.peterson, Arfrever
2012-02-28 02:30:40ncoghlansetmessageid: <1330396240.95.0.582386359793.issue14133@psf.upfronthosting.co.za>
2012-02-28 02:30:40ncoghlanlinkissue14133 messages
2012-02-28 02:30:39ncoghlancreate