On 5/12/05, Steven Bethard <[EMAIL PROTECTED]> wrote:
>super doesn't work with "meta-attributes" and classmethods:
>
> py> super(C, C).__name__
> Traceback (most recent call last):
> File "", line 1, in ?
> AttributeError: 'super' object has no attribute '__name__'
Actually this is the Right Th
On 5/12/05, Michele Simionato <[EMAIL PROTECTED]> wrote:
> In my experience super is a huge can of worms and actually I have a
> non-feature
> request about the descriptor aspect of super: I would like super's
> __get__ method
> and the possibily to call super with just one argument to be removed