[Python-3000] Py3k release schedule worries

Fredrik Lundh fredrik at pythonware.com
Tue Dec 19 13:31:36 CET 2006


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.

</F>



More information about the Python-3000 mailing list