__new__ does not call __init__ as described in descrintro.html (WAS: Can __new__ prevent __init__ from being called?)

Aahz aahz at pythoncraft.com
Tue Feb 15 20:14:51 EST 2005


In article <pvWdnUJ3hIROBo_fRVn-jw at comcast.com>,
Steven Bethard  <steven.bethard at gmail.com> wrote:
>
>Yeah, I saw the same thing in playing around with this.  Don't know
>what to make of it.  I wonder if we should file a documentation bug?  I
>can't find __new__ explained anywhere in the Language Reference.  Can
>documentation bugs be filed for descrintro.html?

Absolutely!  And they're especially welcome if they contain suggested
replacement text.
-- 
Aahz (aahz at pythoncraft.com)           <*>         http://www.pythoncraft.com/

"The joy of coding Python should be in seeing short, concise, readable
classes that express a lot of action in a small amount of clear code -- 
not in reams of trivial code that bores the reader to death."  --GvR



More information about the Python-list mailing list