On Tue, Jan 31, 2017, at 02:32 PM, Stephen J. Turnbull wrote: > Personally, I don't think the explicit invocation is such a big deal > to need a standardized decorator in the stdlib.
+1. It's one line either way, and the explicit call to super() seems clearer for people reading the code. _______________________________________________ Python-ideas mailing list [email protected] https://mail.python.org/mailman/listinfo/python-ideas Code of Conduct: http://python.org/psf/codeofconduct/
