On Sun, 12 Jul 2009 09:47:32 +0200, Baptiste Lepilleur <blep...@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
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to