[Python-Dev] Breaking calls to object.init/new (original) (raw)

Guido van Rossum guido at python.org
Thu Mar 22 05:45:44 CET 2007


On 3/21/07, Adam Olsen <rhamph at gmail.com> wrote:

super() has always felt strange to me.

When used in init? Or in general? If the former, that's because it's a unique Python wart to even be able to use super for init.

Now, with PEP 3102 and the strict init, not so much.

Works for me. :-)

-- --Guido van Rossum (home page: http://www.python.org/~guido/)



More information about the Python-Dev mailing list