I am still working on projects based on Python2.4 
<span style>in commercial environments</span> (limitation of OS: Solaris 5.10). And I don&#39;t think this will be changed soon..<div><div><br><div class="gmail_quote">2011/12/21 Michael Foord <span dir="ltr">&lt;<a href="mailto:fuzzyman@voidspace.org.uk">fuzzyman@voidspace.org.uk</a>&gt;</span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im"><br>
On 21 Dec 2011, at 12:42, Barry Warsaw wrote:<br>
<br>
&gt; On Dec 21, 2011, at 07:16 AM, Chris Withers wrote:<br>
&gt;<br>
&gt;&gt; What&#39;s the general consensus on supporting Python 2.5 nowadays?<br>
&gt;<br>
&gt; FWIW, Ubuntu dropped 2.5 quite a while ago.  The next LTS (long term support)<br>
&gt; release in April 2012 will have only Python 2.7 (and 3.2).  The currently<br>
&gt; in-development next Debian release currently has only Python 2.6, 2.7, and 3.2<br>
&gt; with 2.7 as the default.<br>
&gt;<br>
&gt; For my own code, Python 2.6 is the minimum, and I&#39;m seeing more upstream<br>
&gt; libraries target 2.6 as a minimum also (e.g. dbus-python).  When projects say<br>
&gt; they still need to target older Pythons, RHEL support is usually cited as the<br>
&gt; reason.<br>
<br>
<br>
</div>For &quot;production work&quot; I&#39;ve been on 2.6 for a while and will soon be switching to 2.7 (I do my development on 2.7).<br>
<br>
For my libraries I&#39;m still supporting 2.4. The *major* syntax feature you lose by targeting 2.4 is the with statement, so it will be nice to drop 2.4 support. The next releases of mock and unittest2 will still support 2.4, but the ones after that will be 2.5+.<br>

<br>
Thankfully tox makes testing across multiple versions (and implementations) easy.<br>
<br>
All the best,<br>
<br>
Michael Foord<br>
<div class="im"><br>
&gt;<br>
&gt; Cheers,<br>
&gt; -Barry<br>
&gt; _______________________________________________<br>
&gt; Python-Dev mailing list<br>
&gt; <a href="mailto:Python-Dev@python.org">Python-Dev@python.org</a><br>
&gt; <a href="http://mail.python.org/mailman/listinfo/python-dev" target="_blank">http://mail.python.org/mailman/listinfo/python-dev</a><br>
</div>&gt; Unsubscribe: <a href="http://mail.python.org/mailman/options/python-dev/fuzzyman%40voidspace.org.uk" target="_blank">http://mail.python.org/mailman/options/python-dev/fuzzyman%40voidspace.org.uk</a><br>
&gt;<br>
<span class="HOEnZb"><font color="#888888"><br>
<br>
--<br>
<a href="http://www.voidspace.org.uk/" target="_blank">http://www.voidspace.org.uk/</a><br>
<br>
<br>
May you do good and not evil<br>
May you find forgiveness for yourself and forgive others<br>
May you share freely, never taking more than you give.<br>
-- the sqlite blessing<br>
<a href="http://www.sqlite.org/different.html" target="_blank">http://www.sqlite.org/different.html</a><br>
</font></span><div class="HOEnZb"><div class="h5"><br>
<br>
<br>
<br>
<br>
_______________________________________________<br>
Python-Dev mailing list<br>
<a href="mailto:Python-Dev@python.org">Python-Dev@python.org</a><br>
<a href="http://mail.python.org/mailman/listinfo/python-dev" target="_blank">http://mail.python.org/mailman/listinfo/python-dev</a><br>
Unsubscribe: <a href="http://mail.python.org/mailman/options/python-dev/jwzxgo%40gmail.com" target="_blank">http://mail.python.org/mailman/options/python-dev/jwzxgo%40gmail.com</a><br>
</div></div></blockquote></div><br></div></div>