Porting 3.0 to 2.6 - from __future__ import super missing?

andrew cooke andrew at acooke.org
Sat Jan 24 07:16:31 EST 2009


Hi,

I have some 3.0 code, which I would like to make work with 2.6.
However, there does not seem to be support for the new super() (no
args) via __future__.  Is that correct?  If so, what's the best way to
handle this?

Thanks,
Andrew



More information about the Python-list mailing list