On Wed, Feb 20, 2013 at 11:20 AM, Michael Hanselmann <[email protected]> wrote: > 2013/2/19 Guido Trotter <[email protected]>: >> This was meant to be since "the beginning" but was never submitted as >> somehow it failed with python 2.4. Now that the minimum python version >> has been increased it can be added. > > Actually 2.4 is still supported according to the documentation (NEWS: > “`Python <http://www.python.org/>`_, version 2.4 or above, not 3.0”). > You can use “sys.hexversion” if you only want to enable this test on >>=2.5 (see lib/utils/wrapper.py for an example). >
I will do that, but also send a patch to remove 2.4 support. There's no point in having it linger around, and we said we'd do this. Thanks, Guido
