]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-148488: Clarify the company/tag separator in the py -V docs (GH-153427)
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 14 Jul 2026 21:32:20 +0000 (00:32 +0300)
committerGitHub <noreply@github.com>
Tue, 14 Jul 2026 21:32:20 +0000 (22:32 +0100)
Doc/using/windows.rst

index f75cf5b66c4388cd8914f71cda3e9ee78a180726..e48de587598e5fe778d9463eeb86764ddebcf4f2 100644 (file)
@@ -162,7 +162,9 @@ 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.
+It should be separated from the tag by a slash (either ``/`` or ``\``),
+and may be shortened to any prefix of its full value.
 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.