<div dir="ltr">I think the older Ubuntus and the RHEL 7 line both still have a 2.7-based python.  I am not aware of any system on the Linux/OS X side where we are seeing Python 2.6 systems anymore.<div><br></div><div>Can't speak to the BSDs.</div><div><br></div><div>My guess would be we don't need to worry about python < 2.7.</div><div><br></div><div>-Todd</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Oct 19, 2015 at 12:43 PM, Zachary Turner via lldb-dev <span dir="ltr"><<a href="mailto:lldb-dev@lists.llvm.org" target="_blank">lldb-dev@lists.llvm.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">AKA: Is Python 2.6 a supported configuration?  I found this `argparse_compat.py` file in tests, and it opens with this:<div><br></div><div><div>"""</div><div>Compatibility module to use the lldb test-suite with Python 2.6.</div><div><br></div><div>Warning: This may be buggy. It has not been extensively tested and should only</div><div>be used when it is impossible to use a newer Python version.</div><div>It is also a special-purpose class for lldb's test-suite.</div><div>"""</div><div><br></div><div>import sys</div><div><br></div><div>if sys.version_info >= (2, 7):</div><div>    raise "This module shouldn't be used when argparse is available (Python >= 2.7)"</div><div>else:</div><div>    print("Using Python 2.6 compatibility layer. Some command line options may not be supported")</div></div><div><br></div><div><br></div></div>
<br>_______________________________________________<br>
lldb-dev mailing list<br>
<a href="mailto:lldb-dev@lists.llvm.org">lldb-dev@lists.llvm.org</a><br>
<a href="http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev" rel="noreferrer" target="_blank">http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev</a><br>
<br></blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature"><div dir="ltr">-Todd</div></div>
</div>