Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f333fd8

Browse files
committed
Switch to using |version| substitition in Windows docs.
1 parent f7e9dfb commit f333fd8

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

Doc/using/windows.rst

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,15 @@ Supported Versions
2929

3030
As specified in :pep:`11`, a Python release only supports a Windows platform
3131
while Microsoft considers the platform under extended support. This means that
32-
Python 3.6 supports Windows Vista and newer. If you require Windows XP support
33-
then please install Python 3.4.
32+
Python |version| supports Windows Vista and newer. If you require Windows XP
33+
support then please install Python 3.4.
3434

3535
Installation Steps
3636
------------------
3737

38-
Four Python 3.6 installers are available for download - two each for the 32-bit
39-
and 64-bit versions of the interpreter. The *web installer* is a small initial
40-
download, and it will automatically download the required components as
38+
Four Python |version| installers are available for download - two each for the
39+
32-bit and 64-bit versions of the interpreter. The *web installer* is a small
40+
initial download, and it will automatically download the required components as
4141
necessary. The *offline installer* includes the components necessary for a
4242
default installation and only requires an internet connection for optional
4343
features. See :ref:`install-layout-option` for other ways to avoid downloading
@@ -401,7 +401,7 @@ Finding the Python executable
401401

402402
Besides using the automatically created start menu entry for the Python
403403
interpreter, you might want to start Python in the command prompt. The
404-
installer for Python 3.6 has an option to set that up for you.
404+
installer has an option to set that up for you.
405405

406406
On the first page of the installer, an option labelled "Add Python to PATH"
407407
may be selected to have the installer add the install location into the
@@ -458,9 +458,9 @@ You should find that the latest version of Python you have installed is
458458
started - it can be exited as normal, and any additional command-line
459459
arguments specified will be sent directly to Python.
460460

461-
If you have multiple versions of Python installed (e.g., 2.7 and 3.6) you
462-
will have noticed that Python 3.6 was started - to launch Python 2.7, try the
463-
command:
461+
If you have multiple versions of Python installed (e.g., 2.7 and |version|) you
462+
will have noticed that Python |version| was started - to launch Python 2.7, try
463+
the command:
464464

465465
::
466466

0 commit comments

Comments
 (0)