Re: [sympy] Re: Python 2.4 Support

2010-08-18 Thread Aaron S. Meurer
I am inclined to agree with this. Depending on where we are by the time we are ready to release 0.7.0, we could make it the last version that supports Python 2.4. Now, if supporting it becomes a real pain before the release, say because of with statement context managers, then we should just

[sympy] Re: Python 2.4 Support

2010-08-18 Thread Mateusz Paprocki
Hi, On Wed, Aug 18, 2010 at 01:58:17AM -0600, Aaron S. Meurer wrote: I am inclined to agree with this. Depending on where we are by the time we are ready to release 0.7.0, we could make it the last version that supports Python 2.4. Now, if supporting it becomes a real pain before the

[sympy] Re: Python 2.4 Support

2010-08-17 Thread Vinzent Steinberg
On 17 Aug., 07:43, Ondrej Certik ond...@certik.cz wrote: I am ok with dropping 2.4 too. I would keep 2.5 for now. Is there actually anyone who wants to keep 2.4 compability? I'm also +1 for dropping it. (Yay, conditional statements!) Vinzent -- You received this message because you are

Re: [sympy] Re: Python 2.4 Support

2010-08-17 Thread Andy Ray Terrel
Just to reiterate the point. +10 -- Andy On Tue, Aug 17, 2010 at 8:39 AM, Vinzent Steinberg vinzent.steinb...@googlemail.com wrote: On 17 Aug., 07:43, Ondrej Certik ond...@certik.cz wrote: I am ok with dropping 2.4 too. I would keep 2.5 for now. Is there actually anyone who wants to keep

Re: [sympy] Re: Python 2.4 Support

2010-08-17 Thread william ratcliff
Does anyone know what the time scale is for numpy/scipy transitioning to Python 3? Also, one thing that bit us recently was that the recommended exception syntax in 2.6 is not compatible with 2.5--otherwise, it has functioned fairly well. William On Tue, Aug 17, 2010 at 10:17 AM, Andy Ray