8000 Remove 'unstable' warning for Windows Store package in docs (GH-15334) · python/cpython@cf9360e · GitHub
[go: up one dir, main page]

Skip to content

Commit cf9360e

Browse files
authored
Remove 'unstable' warning for Windows Store package in docs (GH-15334)
1 parent 24fe460 commit cf9360e

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

Doc/using/windows.rst

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -293,12 +293,6 @@ The Microsoft Store package
293293

294294
.. versionadded:: 3.7.2
295295

296-
.. note::
297-
The Microsoft Store package is currently considered unstable while its
298-
interactions with other tools and other copies of Python are evaluated.
299-
While Python itself is stable, this installation method may change its
300-
behavior and capabilities during Python 3.7 releases.
301-
302296
The Microsoft Store package is an easily installable Python interpreter that
303297
is intended mainly for interactive use, for example, by students.
304298

@@ -318,7 +312,10 @@ session by typing ``python``. Further, pip and IDLE may be used by typing
318312
All three commands are also available with version number suffixes, for
319313
example, as ``python3.exe`` and ``python3.x.exe`` as well as
320314
``python.exe`` (where ``3.x`` is the specific version you want to launch,
321-
such as |version|).
315+
such as |version|). Open "Manage App Execution Aliases" through Start to
316+
select which version of Python is associated with each command. It is
317+
recommended to make sure that ``pip`` and ``idle`` are consistent with
318+
whichever version of ``python`` is selected.
322319

323320
Virtual environments can be created with ``python -m venv`` and activated
324321
and used as normal.

0 commit comments

Comments
 (0)
0