[issue783528] Inconsistent results with super and __getattribute__

2013-02-23 Thread R. David Murray
Changes by R. David Murray rdmur...@bitdance.com: -- resolution: - duplicate stage: test needed - committed/rejected status: open - closed superseder: - super() and property inheritance behavior ___ Python tracker rep...@bugs.python.org

[issue783528] Inconsistent results with super and __getattribute__

2010-08-18 Thread Mark Lawrence
Mark Lawrence breamore...@yahoo.co.uk added the comment: Closed as no response to msg81870. -- nosy: +BreamoreBoy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue783528 ___

[issue783528] Inconsistent results with super and __getattribute__

2009-02-12 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: Same behavior, is this a real issue? Current exception: TypeError: 'super' object has only read-only attributes (assign to .n) -- nosy: +ajaksu2 stage: - test needed type: - behavior versions: +Python 2.7 -Python 2.3 Added file: