Currently bitten should work with all versions of Python >=2.3. I'm
working on #208 [1] and currently the patch requires the use of
cookielib. cookielib was added in Python 2.4, so we'd have to drop 2.3
support.
With RHEL now shipping Python 2.4 and the current Trac trunk requiring
2.4, is it reasonable to drop 2.3 support in Bitten?
What says everyone?
-John
I think it's about time to drop the 2.3 support. The only reason I can
think of why someone would want to work with Bitten on 2.3 is to build/
test a Python package on 2.3. You should be able to still do that by
explicitly specifying the Python interpreter in the slave config or
recipe (although if you're using the Bitten test-runner thing you may
need to resort to some trickery to get it working).
So, let's move on ot 2.4 IMHO. Especially if it makes continued
development significantly easier (as is the case for the cookie and
subprocess stuff).
Cheers,
Chris
--
Christopher Lenz
cmlenz at gmx.de
http://www.cmlenz.net/
+1 here also. It'll make our life easier, and really, everyone *should*
upgrade their Python to something > 2.3
-John