Looking for a tool to checkfor python script backward compatibility

Jean-Paul Calderone exarkun at divmod.com
Sun Jul 12 09:39:43 EDT 2009


On Sun, 12 Jul 2009 09:47:32 +0200, Baptiste Lepilleur <blepctc at free.fr> wrote:
>I'm looking for a tool that could be used in a pre-commit step to check that
>only features available in a "old" python version are used, say python 2.3
>for example.
>
>Does any one know of one ?
>

Run your test suite with whichever versions of Python you want to support.

Tools like Hudson (<https://hudson.dev.java.net/>) and BuildBot
(<http://buildbot.net/>) can help with this.

Jean-Paul



More information about the Python-list mailing list