Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #17648
| Path | csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!weretis.net!feeder1.news.weretis.net!feeder.erje.net!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <chris@simplistix.co.uk> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.000 |
| X-Spam-Evidence | '*H*': 1.00; '*S*': 0.00; 'subject:using': 0.04; 'subject:Python': 0.05; 'subject:Anyone': 0.07; 'ugly': 0.07; 'python': 0.08; '__future__': 0.09; 'from:addr:simplistix.co.uk': 0.09; 'from:name:chris withers': 0.09; 'message- id:@simplistix.co.uk': 0.09; 'received:89.151': 0.09; 'received:89.151.125': 0.09; 'received:89.151.125.140': 0.09; 'received:server1.simplistix.co.uk': 0.09; 'received:simplistix.co.uk': 0.09; 'to:name:python list': 0.09; '"from': 0.16; 'highlighting': 0.16; 'received:buzzkill.local': 0.16; 'simplistix': 0.16; 'subject:still': 0.16; 'url:simplistix': 0.16; 'cheers,': 0.20; 'from:addr:chris': 0.23; "i'm": 0.26; 'import': 0.27; 'fix': 0.27; 'all,': 0.28; 'integration': 0.28; 'chris': 0.30; 'subject:?': 0.31; 'wondering': 0.32; 'header:User- Agent:1': 0.33; 'to:addr:python-list': 0.34; 'some': 0.38; 'getting': 0.38; 'url:uk': 0.39; 'processing': 0.39; 'everyone': 0.39; "it's": 0.40; 'to:addr:python.org': 0.40; 'packages': 0.40; 'to:2**2': 0.61; 'url:co': 0.62; 'received:89': 0.64; 'commercial': 0.73 |
| Date | Wed, 21 Dec 2011 07:15:46 +0000 |
| From | Chris Withers <chris@simplistix.co.uk> |
| User-Agent | Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:5.0) Gecko/20110624 Thunderbird/5.0 |
| MIME-Version | 1.0 |
| To | Python List <python-list@python.org>, "testing-in-python@lists.idyll.org" <testing-in-python@lists.idyll.org>, simplistix@googlegroups.com |
| Subject | Anyone still using Python 2.5? |
| Content-Type | text/plain; charset=ISO-8859-1; format=flowed |
| Content-Transfer-Encoding | 7bit |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.12 |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.3905.1324455495.27778.python-list@python.org> (permalink) |
| Lines | 21 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1324455495 news.xs4all.nl 6928 [2001:888:2000:d::a6]:55018 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | x330-a1.tempe.blueboxinc.net comp.lang.python:17648 |
Show key headers only | View raw
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?
cheers,
Chris
--
Simplistix - Content Management, Batch Processing & Python Consulting
- http://www.simplistix.co.uk
Back to comp.lang.python | Previous | Next — Next in thread | Find similar | Unroll thread
Anyone still using Python 2.5? Chris Withers <chris@simplistix.co.uk> - 2011-12-21 07:15 +0000
Re: Anyone still using Python 2.5? Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2011-12-21 10:50 +0000
Re: Anyone still using Python 2.5? "George R. C. Silva" <georger.silva@gmail.com> - 2011-12-21 11:04 -0200
Re: Anyone still using Python 2.5? Roy Smith <roy@panix.com> - 2011-12-21 08:07 -0500
Re: Anyone still using Python 2.5? Tim Chase <python.list@tim.thechases.com> - 2011-12-21 11:28 -0600
csiph-web