]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.14] gh-148488: Clarify the company/tag separator in the py -V docs (GH-153427...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 14 Jul 2026 21:39:50 +0000 (23:39 +0200)
committerGitHub <noreply@github.com>
Tue, 14 Jul 2026 21:39:50 +0000 (21:39 +0000)
gh-148488: Clarify the company/tag separator in the py -V docs (GH-153427)
(cherry picked from commit 54976e1482578d742d4e611741a7995650e8ae6b)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Doc/using/windows.rst

index d1e579d273ac5efb1b01eaaa2750993e38b34962..f1db201f679f7443ddc1a12b17bcb2527f3351df 100644 (file)
@@ -164,7 +164,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.