Re: [Netstack] About python versions that we are planning to support

2012-05-07 Thread Maru Newby
Hi, Python 2.4 compatibility is required, but only for agent code. Agent code needs to be deployable on Xen dom0, which uses CentoOS 5.5 and only supports 2.4 out of the box. Both quantum and nova have agent code that needs to be deployed to dom0, but up until now both projects have relied on

[Netstack] About python versions that we are planning to support

2012-05-07 Thread Yong Sheng Gong
Hi,I see some ones are trying to support python2.4. But our tox.ini under quantum is only supporting test py26 and py27.So my question is if we are trying to support py24. In addition I remember that we will support py30.As far as I know, py2.4 does not support many new syntaxes introduced by py2.5