<div dir="ltr">+1<div><br></div><div>I guess the only question is "who is using < 2.6 ?"</div><div><br></div><div>-- Sean Silva</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Dec 11, 2014 at 11:49 AM, Rafael Espíndola <span dir="ltr"><<a href="mailto:rafael.espindola@gmail.com" target="_blank">rafael.espindola@gmail.com</a>></span> wrote:<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Currently lit on windows will not work with python 3 because the<br>
internal shell has code like<br>
<br>
 except OSError, e:<br>
<br>
and in python 3 one has to use<br>
<br>
 except OSError as e:<br>
<br>
But that only works on python 2.6 and newer.<br>
<br>
So the question is: any objections to dropping support for python 2.5?<br>
Python 2.6 was released 01-Oct-2008, so it should be available<br>
everywhere.<br>
<br>
Cheers,<br>
Rafael<br>
_______________________________________________<br>
LLVM Developers mailing list<br>
<a href="mailto:LLVMdev@cs.uiuc.edu">LLVMdev@cs.uiuc.edu</a>         <a href="http://llvm.cs.uiuc.edu" target="_blank">http://llvm.cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev</a><br>
</blockquote></div></div>