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


Groups > comp.lang.python > #17661 > unrolled thread

Re: [TIP] Anyone still using Python 2.5?

Started byTom Davis <tom@recursivedream.com>
First post2011-12-21 08:38 -0500
Last post2011-12-21 08:51 -0500
Articles 2 — 2 participants

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  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

#17661 — Re: [TIP] Anyone still using Python 2.5?

FromTom Davis <tom@recursivedream.com>
Date2011-12-21 08:38 -0500
SubjectRe: [TIP] Anyone still using Python 2.5?
Message-ID<mailman.3913.1324474710.27778.python-list@python.org>

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

[toc] | [next] | [standalone]


#17663

FromRoy Smith <roy@panix.com>
Date2011-12-21 08:51 -0500
Message-ID<roy-8DB4E5.08511321122011@news.panix.com>
In reply to#17661
In article <mailman.3913.1324474710.27778.python-list@python.org>,
 Tom Davis <tom@recursivedream.com> wrote:

> For those of us living the nightmare of AppEngine 

I've never used AppEngine, just read a little about it.  Could you 
explain why it's a nightmare?

[toc] | [prev] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web