Displaying 1 result from an estimated 1 matches for "sort_includ".
Did you mean:
sort_includes
2014 Jun 26
4
[LLVMdev] Python version requirement for LLVM
http://llvm.org/docs/GettingStarted.html currently mentions Python 2.5 as a
minimum required version. I'd like to use argparse
<https://docs.python.org/dev/library/argparse.html> in a script and be able
to test this script. This requires Python 2.7. This version has been around
since 2010, and afaiu, is available on all modern platforms. Is there any
reason not to change minimum required