Displaying 2 results from an estimated 2 matches for "f855cc3b".
2012 Dec 04
0
[LLVMdev] Minimum Python Version
...> > python2.7, I can't easily verify that my changes still operate on the
> > desired 2.4 and 2.5.
> >
> > -- Sean Silva
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20121204/f855cc3b/attachment.html>
2012 Dec 04
3
[LLVMdev] Minimum Python Version
So, I just tried, and basically it's difficult to make progress due to
the print statements (since they induce an immediate syntax error).
Since 2.4 doesn't support `from __future__ import print_function`, the
only alternative I guess is shimming in a print function. This is a
maintenance effort that I don't want to do right now (and, TBQH, I
feel that the proper maintainer should be