Ed Leafe schrieb: > On Dec 18, 2008, at 11:03 AM, Paul McNett wrote: > >> Wow, I can't believe they implemented it as magically as that. > > Is this magical?
It's magical because we tend to forget that __new__ even exists since normally we never use it. Also, at a first look it's perplexing that you *need* to pass the parameter to __init__ when you derive from list, but you *must not* do that when you derive from tuple. -- Christoph _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev Searchable Archives: http://leafe.com/archives/search/dabo-dev This message: http://leafe.com/archives/byMID/[email protected]
