Reversing Python 2.5

Is Python 2.5 supported ?

I got a syntax error for this statement


try:
   ...
except:
   ...
finally:
   ...

the old statement (python < 2.5) is accepted:

try:
    try:
        ...
    except:
        ...
finally
   ...

Hi Meiko,

Thanks for your post. We are sorry that currently we do not support reversing Python 2.5 (currently we support Python 2.2.1), but we will investigate the feasibility to support this and keep you informed for any news on this issue.

Best regards,
Lilian Wong

I too would like better support for Python. Please look into supporting the latest versions including Python 2.6 and 3.1. I am primarily a Python and C++ developer. Supporting those languages would help my work much.

Hi Captain,

Thanks for replying and your kind suggestion and we will consider it.

Best regards,
Lilian Wong