Hi folks!
For my work I need to
add a form of delayed updates to mptt. To do this I'd like to use a context manager, which means dropping support for Python 2.4.
Then for the following release (0.7 I guess) we could require python 2.6 if necessary.
I haven't looked at supporting Python 3 yet but could consider that for either 0.6 or 0.7 depending how difficult it is (probably not hard?).
Does anyone have any comments about this? Django and django-CMS have already dropped 2.4 support, so IMHO this is not going to be a big problem.
Thanks
Craig de Stigter