Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
2029fe4f
Commit
2029fe4f
authored
Nov 30, 2013
by
Zachary Ware
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Issue #19845: Updated the Compiling Python on Windows docs.
parent
5c12a872
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
8 deletions
+12
-8
Doc/using/windows.rst
Doc/using/windows.rst
+10
-8
Misc/NEWS
Misc/NEWS
+2
-0
No files found.
Doc/using/windows.rst
View file @
2029fe4f
...
...
@@ -556,9 +556,9 @@ If you want to compile CPython yourself, first thing you should do is get the
latest release's source or just grab a fresh `checkout
<http://docs.python.org/devguide/setup#checking-out-the-code>`_.
For Microsoft Visual C++, which is the compiler with which official Python
releases are built, the source tree contains solutions/project files. View the
:file:`readme.txt` in their respective directories:
The source tree contains a build solution and project files for Microsoft
Visual C++, which is the compiler used to build the official Python releases.
View the
:file:`readme.txt` in their respective directories:
+--------------------+--------------+-----------------------+
| Directory | MSVC version | Visual Studio version |
...
...
@@ -569,14 +569,16 @@ releases are built, the source tree contains solutions/project files. View the
+--------------------+--------------+-----------------------+
| :file:`PC/VS8.0/` | 8.0 | 2005 |
+--------------------+--------------+-----------------------+
| :file:`PCbuild/` | 9.0 | 2008 |
| :file:`PC/VS9.0/` | 9.0 | 2008 |
+--------------------+--------------+-----------------------+
| :file:`PCbuild/` | 10.0 | 2010 |
+--------------------+--------------+-----------------------+
Note that
not all of these build directories are fully supported. Read the
release notes to see which compiler version the official releases for your
version are built with
.
Note that
any build directories within the :file:`PC` directory are not
necessarily fully supported. The :file:`PCbuild` directory contains the files
for the compiler used to build the official release
.
Check :file:`PC/readme.txt` for general information on the build process.
Check :file:`PC
build
/readme.txt` for general information on the build process.
For extension modules, consult :ref:`building-on-windows`.
...
...
Misc/NEWS
View file @
2029fe4f
...
...
@@ -95,6 +95,8 @@ Tests
Documentation
-------------
-
Issue
#
19845
:
Updated
the
Compiling
Python
on
Windows
section
.
-
Issue
#
19795
:
Improved
markup
of
True
/
False
constants
.
-
Issue
#
18326
:
Clarify
that
list
.
sort
's arguments are keyword-only. Also,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment