[issue14965] super() and property inheritance behavior

猫 黒 report at bugs.python.org
Mon Nov 5 06:02:48 CET 2012


猫 黒 added the comment:

I'm not a python dev, but would you say

super(self.__class__, self.__class__).x.fset(self, value)

is more readable than

super().x = value

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue14965>
_______________________________________


More information about the Python-bugs-list mailing list