]> git.lizzy.rs Git - rust.git/commitdiff
Auto merge of #34597 - CensoredUsername:bootstrap-fix, r=alexcrichton
authorbors <bors@rust-lang.org>
Sun, 3 Jul 2016 06:33:54 +0000 (23:33 -0700)
committerGitHub <noreply@github.com>
Sun, 3 Jul 2016 06:33:54 +0000 (23:33 -0700)
Support more python 2.7 versions in bootstrap.py

It seems python broke compatability between 2.7.9  and 2.7.12 as on the former a WindowsError was raised while on the latter a subprocess.CalledProcessError was raised while testing for the existence of uname.

As a WindowsError being thrown obviously indicates we're running on windows, this should probably be accepted too.


Trivial merge