<div dir="ltr">On Tue, Mar 19, 2013 at 12:08 PM, Muhammad Tauqir Ahmad <span dir="ltr"><<a href="mailto:muhammad.t.ahmad@intel.com" target="_blank">muhammad.t.ahmad@intel.com</a>></span> wrote:<br><div class="gmail_extra">
<div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
  @silvas<br>
  I know this has been discussed before (e.g. in this bug report: <a href="http://llvm.org/bugs/show_bug.cgi?id=12900" target="_blank">http://llvm.org/bugs/show_bug.cgi?id=12900</a>) but python is still not being very "portably used" and I still have to manually link `which python` to `which python2` to get the build system to work on my Archlinux where `which python` is linked to `which python3` by default (and I am sure this problem exists on other distros like archbang etc.).<br>

<br>
<a href="http://llvm-reviews.chandlerc.com/D546" target="_blank">http://llvm-reviews.chandlerc.com/D546</a><br>
</blockquote></div><br></div><div class="gmail_extra" style>That is mostly lit, which uses 2.4. Modern Python code (2.6+/3.x) should work seamlessly between python2 and python3. For example, Chandler's sort_includes.py script worked across 2/3 first shot (and IIRC he said that he's not even much of a Python programmer).</div>
<div class="gmail_extra" style><br></div><div class="gmail_extra" style>-- Sean Silva</div></div>