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 franck
Recipients Jay.Parlar, daniel.urban, davide.rizzo, docs@python, eric.araujo, ezio.melotti, franck, rhettinger
Date 2013-02-11.17:37:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1360604279.14.0.963012671651.issue12077@psf.upfronthosting.co.za>
In-reply-to
Content
Here is at least a correction of Descriptors' HowTo. There are two versions since some stuff differs (object inheritance, ...).

Here are some of my interrogations though:
 - RevealAccess is not using instance parameter, so value is shared. Is this intended?
 - Don't really know what to do with "Function and Methods" part. First I don't really understand the relevance of this in a descriptor how-to. Also it is know outdated in python3 version (unbound thing, ...), so what do?
 - In __getattribute__ function, I don't really understand the paramters given to __get__, why None and the instance? But this is probably my fault.

This also doesn't answer the question about the real source that should be kept. What to do?

I also need a proof-read, since english is not my first language... Anyway it's clearly not enough to be published like that

Have a nice day!
History
Date User Action Args
2013-02-11 17:37:59francksetrecipients: + franck, rhettinger, ezio.melotti, eric.araujo, daniel.urban, docs@python, davide.rizzo, Jay.Parlar
2013-02-11 17:37:59francksetmessageid: <1360604279.14.0.963012671651.issue12077@psf.upfronthosting.co.za>
2013-02-11 17:37:59francklinkissue12077 messages
2013-02-11 17:37:58franckcreate