python-dev
[Prev] Thread [Next] | [Prev] Date [Next]
Re: [Python-Dev] [Python-3000] Betas today - I hope Jim Jewett Mon Jul 14 20:11:20 2008
On 6/12/08, Nick Coghlan <[EMAIL PROTECTED]> wrote: > documentation patch for the language reference ... > following categories: ... > 2. Method lookup MAY bypass __getattribute__, shadowing the attribute in > the instance dictionary MAY have ill effects. (slots such as __enter__ and > __exit__ that are looked up via normal attribute lookup in CPython will fit > into this category) Should this category really be enumerated? I thought that was the default meaning of __name__, so the real clarification is: (1) Requiring that the specific names in category 1 MUST be treated this way. (2) Mentioning __*__ and listing any known exceptions. (Can "next" be treated this way despite the lack of __*__? Is it forbidden to treat __context__ this way?) -jJ _______________________________________________ Python-Dev mailing list [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/alexiscircle%40gmail.com
- Re: [Python-Dev] [Python-3000] Betas today - I hope, (continued)
- Re: [Python-Dev] [Python-3000] Betas today - I hope Georg Brandl
- Re: [Python-Dev] [Python-3000] Betas today - I hope Guido van Rossum
- Re: [Python-Dev] [Python-3000] Betas today - I hope Guido van Rossum
- Re: [Python-Dev] [Python-3000] Betas today - I hope Barry Warsaw
- Re: [Python-Dev] [Python-3000] Betas today - I hope Nick Coghlan
- Re: [Python-Dev] [Python-3000] Betas today - I hope Guido van Rossum
- Re: [Python-Dev] [Python-3000] Betas today - I hope Michael Foord
- Re: [Python-Dev] [Python-3000] Betas today - I hope Nick Coghlan
- Re: [Python-Dev] [Python-3000] Betas today - I hope Nick Coghlan
- Re: [Python-Dev] [Python-3000] Betas today - I hope Michael Foord
- Re: [Python-Dev] [Python-3000] Betas today - I hope Jim Jewett <=
- Message not available
- Re: [Python-Dev] [Python-3000] Betas today - I hope Nick Coghlan
Re: [Python-Dev] [Python-3000] Betas today - I hope Alexandre Vassalotti
- Re: [Python-Dev] [Python-3000] Betas today - I hope Barry Warsaw
- Re: [Python-Dev] [Python-3000] Betas today - I hope Guido van Rossum
- Re: [Python-Dev] [Python-3000] Betas today - I hope Barry Warsaw