[issue2312] Update PEP 3135 (super())
Lie Ryan
report at bugs.python.org
Wed Mar 11 10:17:58 CET 2009
Lie Ryan <lie.1296 at gmail.com> added the comment:
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__
----------
nosy: +lieryan
Added file: http://bugs.python.org/file13303/pep3135
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue2312>
_______________________________________
More information about the Python-bugs-list
mailing list