@@ -556,9 +556,9 @@ If you want to compile CPython yourself, first thing you should do is get the
556556latest 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
582584For extension modules, consult :ref: `building-on-windows `.
0 commit comments