As there is already __init__, why need a __new__? What can __new__ give us while __init__ can't? In what situations we should use __new__? And in what situations we must use __new__? Can __new__ take the place of __init__? Thanks. -- http://mail.python.org/mailman/listinfo/python-list
- Re: How to use "__new__"? could ildg
- Re: How to use "__new__"? Steven Bethard
- Re: How to use "__new__"? could ildg
- Re: How to use "__new__"? Heiko Wundram
- Re: How to use "__new__"? Heiko Wundram
- Re: How to use "__new__"? Terry Reedy