Skip to content

Commit bec166a

Browse files
[3.15] gh-148488: Clarify the company/tag separator in the py -V docs (GH-153427) (GH-153721)
gh-148488: Clarify the company/tag separator in the py -V docs (GH-153427) (cherry picked from commit 54976e1) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
1 parent edbc1fe commit bec166a

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Doc/using/windows.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,9 @@ omitted in cases where the tag refers to an official release and starts with
162162
$> py -V:3-arm64 ...
163163
164164
Runtimes from other distributors may require the *company* to be included as
165-
well. This should be separated from the tag by a slash, and may be a prefix.
165+
well.
166+
It should be separated from the tag by a slash (either ``/`` or ``\``),
167+
and may be shortened to any prefix of its full value.
166168
Specifying the company is optional when it is ``PythonCore``, and specifying the
167169
tag is optional (but not the slash) when you want the latest release from a
168170
specific company.

0 commit comments

Comments
 (0)