[issue14965] super() and property inheritance behavior

2012-05-30 Thread
New submission from 猫 黒 : super() objects allow access to inherited properties fget() but not fset() or fdel(), resulting in unexpected behavior. Today on pydev thread 'Property inheritance in Python' GvR said "I don't see the need for a Python-Ideas detour. It seems wort

[issue14965] super() and property inheritance behavior

2012-11-04 Thread
猫 黒 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 <http://bugs.python.org/is