Require python 2.7.
authorRafael Espindola <rafael.espindola@gmail.com>
Fri, 12 Dec 2014 15:29:31 +0000 (15:29 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Fri, 12 Dec 2014 15:29:31 +0000 (15:29 +0000)
commit708bc15ff07dc2fcee3a66988bfc5bc15b80eb5f
treec794f51e3a8db9c146cb662e5f96b109a23f47a6
parent7db20652360af3b8ba19e0922ad4bc02d96f7975
Require python 2.7.

We were already requiring 2.5, which meant that people on old linux distros
had to upgrade anyway.

Requiring python 2.6 will make supporting 3.X easier as we can use the 3.X
exception syntax.

According to the discussion on llvmdev, there is not much value is requiring
just 2.6, we may as well just require 2.7.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@224129 91177308-0d34-0410-b5e6-96231b3b80d8
autoconf/configure.ac
configure
docs/GettingStarted.rst
docs/GettingStartedVS.rst
docs/TestingGuide.rst
utils/lit/tests/test-output.py