On Wed, Dec 21, 2011 at 2:57 AM, Jim Fulton <j...@zope.com> wrote: > On Wed, Dec 21, 2011 at 2:15 AM, Chris Withers <ch...@simplistix.co.uk> > wrote: > > Hi All, > > > > What's the general consensus on supporting Python 2.5 nowadays? > > > > Do people still have to use this in commercial environments or is > everyone > > on 2.6+ nowadays? > > > > I'm finally getting some continuous integration set up for my packages > and > > it's highlighting some 2.5 compatibility issues. I'm wondering whether to > > fix those (lots of ugly "from __future__ import with_statement" > everywhere) > > or just to drop Python 2.5 support. > > > > What do people feel? > > Google app engine is still Python 2.5, as is Jython. >
There's work being done to change that on the app engine front: http://code.google.com/appengine/docs/python/python27/newin27.html -gps
-- http://mail.python.org/mailman/listinfo/python-list