[LLVMdev] [RFC] Requiring python 2.6

Filipe Cabecinhas filcab at gmail.com
Thu Dec 11 16:38:59 PST 2014


I'm all for… Trying to require 2.7 if possible? :-) Since we're bumping the
req, we might as well bump as far as we can.
That way we can also remove some compatibility things from (at least) lldb.
(I haven't even tried 2.6 in a while, so it might not work due to other
changes)

  Filipe

On Thu, Dec 11, 2014 at 4:28 PM, Sean Silva <chisophugis at gmail.com> wrote:

> +1
>
> I guess the only question is "who is using < 2.6 ?"
>
> -- Sean Silva
>
> On Thu, Dec 11, 2014 at 11:49 AM, Rafael EspĂ­ndola <
> rafael.espindola at gmail.com> wrote:
>>
>> Currently lit on windows will not work with python 3 because the
>> internal shell has code like
>>
>>  except OSError, e:
>>
>> and in python 3 one has to use
>>
>>  except OSError as e:
>>
>> But that only works on python 2.6 and newer.
>>
>> So the question is: any objections to dropping support for python 2.5?
>> Python 2.6 was released 01-Oct-2008, so it should be available
>> everywhere.
>>
>> Cheers,
>> Rafael
>> _______________________________________________
>> LLVM Developers mailing list
>> LLVMdev at cs.uiuc.edu         http://llvm.cs.uiuc.edu
>> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
>>
>
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu         http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20141211/da6afb9a/attachment.html>


More information about the llvm-dev mailing list