You may know the Windows compliance tool that helps people to know if their code us supported by any version of the MS OS.
I am looking something similar for Python.
I am writing a lib with Python 2.6 and I realized that it was not compatible with Python 2.5 due to the use of the with keyword.
I would like to know if there is a simple and automatic way to avoid this situation in the future.
I am also interested in something similar to know which OS are supported.
Thanks for your help