Can I use clean Python 3 super() syntax in Python 2.5.6? Maybe with some kind of __future__ import?
__future__
No you cannot. But you can use Python 2's super() in Python 3.