[IPython-dev] 2.6 dependencies in 0.11?

Brian Granger ellisonbg at gmail.com
Thu Jul 14 23:15:15 EDT 2011


Yes, IPython requires Python 2.6 and above.  Keeping 2.5 support would
have made the move to Python 3 almost impossible.  At this point, the
code base has many 2.6 and above specific things, I am afraid it is
not as simple as adding __future__ imports.

Cheers,

Brian

On Thu, Jul 14, 2011 at 7:36 PM, David Warde-Farley
<wardefar at iro.umontreal.ca> wrote:
> Friends,
>
> I am in the unfortunate situation of being currently unable to coax a move to 2.6 or 2.7 on behalf of my lab. That said, I am craving like an addict the qtconsole at work.
>
> My question is mainly, is there anything more than the 'with' statement that makes 2.6 a hard dependency? If not, I may just go through and generate a patch for the necessary __future__ imports, to be applied for my nefarious purposes...
>
> Cheers,
>
> David
> _______________________________________________
> IPython-dev mailing list
> IPython-dev at scipy.org
> http://mail.scipy.org/mailman/listinfo/ipython-dev
>



-- 
Brian E. Granger
Cal Poly State University, San Luis Obispo
bgranger at calpoly.edu and ellisonbg at gmail.com



More information about the IPython-dev mailing list