OSDN Git Service

Require python 2.7.
authorRafael Espindola <rafael.espindola@gmail.com>
Fri, 12 Dec 2014 15:29:31 +0000 (15:29 +0000)
committerDan Albert <danalbert@google.com>
Thu, 8 Jan 2015 22:44:29 +0000 (14:44 -0800)
commitb3f52a221c984c43ace0d08d5a8222e2ddf6b3bc
tree3f230281c7daf3ab36100b04fe20603326bd6e4d
parentd3044d58027b3cb20c7d64acccca4722c58ccc78
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
(cherry picked from commit 708bc15ff07dc2fcee3a66988bfc5bc15b80eb5f)
autoconf/configure.ac
configure
docs/GettingStarted.rst
docs/GettingStartedVS.rst
docs/TestingGuide.rst
utils/lit/tests/test-output.py