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 fossilet
Recipients ats.engg, cvrebert, docs@python, eric.araujo, ezio.melotti, fossilet, rhettinger, terry.reedy
Date 2013-04-24.09:09:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1366794566.95.0.150137708472.issue12634@psf.upfronthosting.co.za>
In-reply-to
Content
It may be worth to noting that when creating property attribute using the property decorator, we may tend to name the method using nouns, like here:
http://docs.python.org/2/library/functions.html#property

This is when I once overided data attribute with method.
History
Date User Action Args
2013-04-24 09:09:27fossiletsetrecipients: + fossilet, rhettinger, terry.reedy, ezio.melotti, eric.araujo, cvrebert, docs@python, ats.engg
2013-04-24 09:09:26fossiletsetmessageid: <1366794566.95.0.150137708472.issue12634@psf.upfronthosting.co.za>
2013-04-24 09:09:26fossiletlinkissue12634 messages
2013-04-24 09:09:26fossiletcreate