On Wed, Dec 21, 2011 at 1:15 AM, Chris Withers <ch...@simplistix.co.uk>wrote:
> Hi All, > > What's the general consensus on supporting Python 2.5 nowadays? > If you compile mod_wsgi with Apache you are stuck on the version of Python you compiled with. I had an old server stuck on Python 2.5 for this reason but I finally got a new box where I will be stuck on Python 2.7 for a while. There's probably a better way with gunicorn or something but Apache is pretty sweet when you configure it right. btw, tox is great for developing a project that supports multiple Pythons: http://tox.testrun.org/latest/ > > 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 > > ______________________________**_________________ > testing-in-python mailing list > testing-in-python@lists.idyll.**org <testing-in-pyt...@lists.idyll.org> > http://lists.idyll.org/**listinfo/testing-in-python<http://lists.idyll.org/listinfo/testing-in-python> >
-- http://mail.python.org/mailman/listinfo/python-list