From ffb9472ba04deccb9cb487a20277ce5ae33b483a Mon Sep 17 00:00:00 2001 From: Jah-yee Date: Wed, 22 Apr 2026 03:57:40 +0800 Subject: [PATCH] Clarify that both / and \ slashes are accepted in py -V:company/tag --- Doc/using/windows.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/using/windows.rst b/Doc/using/windows.rst index eea1e2f64a468d..5199dbffe63da7 100644 --- a/Doc/using/windows.rst +++ b/Doc/using/windows.rst @@ -162,7 +162,7 @@ omitted in cases where the tag refers to an official release and starts with $> py -V:3-arm64 ... Runtimes from other distributors may require the *company* to be included as -well. This should be separated from the tag by a slash, and may be a prefix. +well. This should be separated from the tag by a slash (either ``/`` or ``\\``, both are accepted on Windows), and may be a prefix. Specifying the company is optional when it is ``PythonCore``, and specifying the tag is optional (but not the slash) when you want the latest release from a specific company.