This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author lieryan
Recipients georg.brandl, gvanrossum, lieryan
Date 2009-03-11.09:17:55
SpamBayes Score 4.0572822e-06
Marked as misclassified No
Message-id <1236763078.47.0.646899870122.issue2312@psf.upfronthosting.co.za>
In-reply-to
Content
The possible new PEP 3135, however I'm not that familiar with the
implementation of the new super, thus please review whether it is "right
w.r.t. reality". I'm writing only from whatever I can determine from
observing the behavior of super in python 3.0.1

Probably not related, but while playing with super, I noticed several
things, I'm not sure about whether this is bug or design decision:
- super() in normal function is SystemError, instead of SyntaxError or a
more descriptive error

btw, is "__class__" related to "__this_class__" alt implementation? I
assume yes, so I removed the alt implementation for __this_class__
History
Date User Action Args
2009-03-11 09:17:58lieryansetrecipients: + lieryan, gvanrossum, georg.brandl
2009-03-11 09:17:58lieryansetmessageid: <1236763078.47.0.646899870122.issue2312@psf.upfronthosting.co.za>
2009-03-11 09:17:56lieryanlinkissue2312 messages
2009-03-11 09:17:55lieryancreate