Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #17661

Re: [TIP] Anyone still using Python 2.5?

References <4EF187A2.6070909@simplistix.co.uk>
From Tom Davis <tom@recursivedream.com>
Subject Re: [TIP] Anyone still using Python 2.5?
Date 2011-12-21 08:38 -0500
Newsgroups comp.lang.python
Message-ID <mailman.3913.1324474710.27778.python-list@python.org> (permalink)

Show all headers | View raw



On Dec 21, 2011, at 2:15 AM, Chris Withers <chris@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?

For those of us living the nightmare of AppEngine *and* working on an app old enough to not be using the newer Datastore, we're stuck on 2.5 until we can justify a data migration. Frankly I don't know how many such apps exist these days that are still actively developed, though.

> 
> 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?
> 
> cheers,
> 
> Chris
> 
> -- 
> Simplistix - Content Management, Batch Processing & Python Consulting
>            - http://www.simplistix.co.uk
> 
> _______________________________________________
> testing-in-python mailing list
> testing-in-python@lists.idyll.org
> http://lists.idyll.org/listinfo/testing-in-python

Back to comp.lang.python | Previous | NextNext in thread | Find similar | Unroll thread


Thread

Re: [TIP] Anyone still using Python 2.5? Tom Davis <tom@recursivedream.com> - 2011-12-21 08:38 -0500
  Re: [TIP] Anyone still using Python 2.5? Roy Smith <roy@panix.com> - 2011-12-21 08:51 -0500

csiph-web