]> git.lizzy.rs Git - rust.git/blobdiff - config.toml.example
Rollup merge of #58933 - SimonSapin:alloc-prelude-v1, r=Amanieu
[rust.git] / config.toml.example
index 0631d7c83eaf7fbf963296bfb95e8645ef125ba9..9afbd937c422c187ce58113dd664b1748729708c 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"
 
 # Force Cargo to check that Cargo.lock describes the precise dependency