about summary refs log tree commit diff
diff options
context:
space:
mode:
author许杰友 Jieyou Xu (Joe) <39484203+jieyouxu@users.noreply.github.com>2024-09-25 01:52:34 +0800
committernora <48135649+Noratrieb@users.noreply.github.com>2024-09-24 19:55:07 +0200
commitc5d31c8b2ee53216e6053fd6c522d8eecdd0c51a (patch)
tree386ea35269c28de6ff3dafbdd9de6a43f30e799e
parent922b45388a6f96bdd91d4a33dfdc9fc02519c119 (diff)
downloadrust-c5d31c8b2ee53216e6053fd6c522d8eecdd0c51a.tar.gz
rust-c5d31c8b2ee53216e6053fd6c522d8eecdd0c51a.zip
Revise wording to not imply *only* Python 3.10 can be installed
-rw-r--r--src/doc/rustc-dev-guide/src/tests/compiletest.md7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/doc/rustc-dev-guide/src/tests/compiletest.md b/src/doc/rustc-dev-guide/src/tests/compiletest.md
index fd1ae1c9a40..6d8a11ecd22 100644
--- a/src/doc/rustc-dev-guide/src/tests/compiletest.md
+++ b/src/doc/rustc-dev-guide/src/tests/compiletest.md
@@ -258,10 +258,9 @@ test based on the debugger currently being used:
 >
 > If you want to run lldb debuginfo tests locally, then currently on Windows it is required that:
 > 
-> - You have **exactly** Python 3.10 installed -- not a newer version, not an older version,
->   precisely 3.10.
-> - You have the `python310.dll` available in your `PATH` env var. This is not provided by the
->   standard Python installer you obtain from `python.org`; you need to add this to `PATH` manually.
+> - You have Python 3.10 installed.
+> - You have `python310.dll` available in your `PATH` env var. This is not provided by the standard
+>   Python installer you obtain from `python.org`; you need to add this to `PATH` manually.
 > 
 > Otherwise the lldb debuginfo tests can produce crashes in mysterious ways.