On Oct 20, 2009, at 10:46 PM, Paul Querna wrote:
> I don't think we have thought up an official policy, though I think
> Python >= 2.4. is likely a good baseline, and requiring 2.6 is
> definately a little too early imo.
For Linode's case, 2.6 is nice because it comes with json in the
standard library. For the baseline, I'd suggest 2.4 as well; Linode's
driver will not work without some kind of JSON parsing environment (it
checks for 'json' and 'simplejson'), and simplejson is compatible with
2.4+.
Regards,
Jed