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

Skip to content

Commit f8ceb04

Browse files
committed
Issue #19845: Updated the Compiling Python on Windows docs.
1 parent a9c179b commit f8ceb04

2 files changed

Lines changed: 12 additions & 8 deletions

File tree

Doc/using/windows.rst

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -556,9 +556,9 @@ If you want to compile CPython yourself, first thing you should do is get the
556556
latest release's source or just grab a fresh `checkout
557557
<http://docs.python.org/devguide/setup#checking-out-the-code>`_.
558558

559-
For Microsoft Visual C++, which is the compiler with which official Python
560-
releases are built, the source tree contains solutions/project files. View the
561-
:file:`readme.txt` in their respective directories:
559+
The source tree contains a build solution and project files for Microsoft
560+
Visual C++, which is the compiler used to build the official Python releases.
561+
View the :file:`readme.txt` in their respective directories:
562562

563563
+--------------------+--------------+-----------------------+
564564
| Directory | MSVC version | Visual Studio version |
@@ -569,14 +569,16 @@ releases are built, the source tree contains solutions/project files. View the
569569
+--------------------+--------------+-----------------------+
570570
| :file:`PC/VS8.0/` | 8.0 | 2005 |
571571
+--------------------+--------------+-----------------------+
572-
| :file:`PCbuild/` | 9.0 | 2008 |
572+
| :file:`PC/VS9.0/` | 9.0 | 2008 |
573+
+--------------------+--------------+-----------------------+
574+
| :file:`PCbuild/` | 10.0 | 2010 |
573575
+--------------------+--------------+-----------------------+
574576

575-
Note that not all of these build directories are fully supported. Read the
576-
release notes to see which compiler version the official releases for your
577-
version are built with.
577+
Note that any build directories within the :file:`PC` directory are not
578+
necessarily fully supported. The :file:`PCbuild` directory contains the files
579+
for the compiler used to build the official release.
578580

579-
Check :file:`PC/readme.txt` for general information on the build process.
581+
Check :file:`PCbuild/readme.txt` for general information on the build process.
580582

581583

582584
For extension modules, consult :ref:`building-on-windows`.

Misc/NEWS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,8 @@ Tests
9595
Documentation
9696
-------------
9797

98+
- Issue #19845: Updated the Compiling Python on Windows section.
99+
98100
- Issue #19795: Improved markup of True/False constants.
99101

100102
- Issue #18326: Clarify that list.sort's arguments are keyword-only. Also,

0 commit comments

Comments
 (0)