Hi, On Tue, Mar 27, 2012 at 21:36, Antonio Cuni <[email protected]> wrote: > do we really want to keep python 2.5 compat? It's not tested, and "what is not > tested is broken"...
As long as I'm running python 2.5 and hitting the occasional "with" statement I see no reason against adding the "from future" import at the top of the file. It doesn't hurt anybody. I don't think we should actively try to support 2.5 any more, though. A bientôt, Armin. _______________________________________________ pypy-dev mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-dev
