]> git.lizzy.rs Git - rust.git/blobdiff - config.toml.example
Move tests from `test/run-fail` to UI
[rust.git] / config.toml.example
index c01112f4e6096e7bec7ba7c2b864c7ac7962e220..9121d1e17992657ed18cf73b9b974823a66bd1d6 100644 (file)
 
 # Python interpreter to use for various tasks throughout the build, notably
 # rustdoc tests, the lldb python interpreter, and some dist bits and pieces.
-# Note that Python 2 is currently required.
 #
-# Defaults to python2.7, then python2. If neither executable can be found, then
-# it defaults to the Python interpreter used to execute x.py.
-#python = "python2.7"
+# Defaults to the Python interpreter used to execute x.py.
+#python = "python"
 
 # Force Cargo to check that Cargo.lock describes the precise dependency
 # set that all the Cargo.toml files create, instead of updating it.