Guido van Rossum schrieb:
> On 12/19/06, Fredrik Lundh <[EMAIL PROTECTED]> wrote:
>> Georg Brandl wrote:
>>
>> > so what about id() and intern(). Care to pronounce?
>>
>> moving/removing id()?  please don't do that; id(obj) and type(obj) are
>> essential tools for learning object semantics, and should be trivial to
>> access and use.
> 
> Right. I tend to agree with Fredrik about id(). I'm not so sure about
> intern() -- IMO its use is rare enough that the move would affect very
> little code; I'm seeking validation of this. If nobody speaks up about
> it, moving intern() would be okay with me.

Okay, I updated the patch at SF. While you're at it, in PEP 3100 there's
"compile(): put in sys (or perhaps in a module of its own)". I guess that
isn't really necessary either...

really-longing-for-mondrian-pythondev-edition-ly y'rs
Georg

_______________________________________________
Python-3000 mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-3000
Unsubscribe: 
http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com

Reply via email to