Facundo Batista wrote:

Has super() proved more useful than harmful? Which is the value for
Py3 to keep it?

Personally I've found exactly zero use cases for super()
so far in my own code. A couple of times I thought I'd
found one, but it turned out not to do quite what I
wanted, and I ended up finding better solutions.

So if it were up to me, I wouldn't be putting any effort
into making it easier to use.

I'm actually worried that making it too easy to use
could lead people into using it when it's not appropriate.

--
Greg
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to