<br><br><div class="gmail_quote">On Wed, Dec 21, 2011 at 1:15 AM, Chris Withers <span dir="ltr">&lt;<a href="mailto:chris@simplistix.co.uk">chris@simplistix.co.uk</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi All,<br>
<br>
What&#39;s the general consensus on supporting Python 2.5 nowadays?<br></blockquote><div><br>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&#39;s probably a better way with gunicorn or something but Apache is pretty sweet when you configure it right.<br>
<br>btw, tox is great for developing a project that supports multiple Pythons: <a href="http://tox.testrun.org/latest/">http://tox.testrun.org/latest/</a><br><br> </div><blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">

<br>
Do people still have to use this in commercial environments or is everyone on 2.6+ nowadays?<br>
<br>
I&#39;m finally getting some continuous integration set up for my packages and it&#39;s highlighting some 2.5 compatibility issues. I&#39;m wondering whether to fix those (lots of ugly &quot;from __future__ import with_statement&quot; everywhere) or just to drop Python 2.5 support.<br>

<br>
What do people feel?<br>
<br>
cheers,<br>
<br>
Chris<span class="HOEnZb"><font color="#888888"><br>
<br>
-- <br>
Simplistix - Content Management, Batch Processing &amp; Python Consulting<br>
            - <a href="http://www.simplistix.co.uk" target="_blank">http://www.simplistix.co.uk</a><br>
<br>
______________________________<u></u>_________________<br>
testing-in-python mailing list<br>
<a href="mailto:testing-in-python@lists.idyll.org" target="_blank">testing-in-python@lists.idyll.<u></u>org</a><br>
<a href="http://lists.idyll.org/listinfo/testing-in-python" target="_blank">http://lists.idyll.org/<u></u>listinfo/testing-in-python</a><br>
</font></span></blockquote></div><br>