Skip to content

Commit 178f074

Browse files
author
georg.brandl
committed
#3916: fixes for docs wrt. Windows directory layout
git-svn-id: http://svn.python.org/projects/python/trunk@66525 6015fed2-1504-0410-9fe1-9d1591cc4771
1 parent f634e4c commit 178f074

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

Doc/using/windows.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ directory of your Python distribution, delimited by a semicolon from other
142142
entries. An example variable could look like this (assuming the first two
143143
entries are Windows' default)::
144144

145-
C:\WINNT\system32;C:\WINNT;C:\Python25
145+
C:\WINDOWS\system32;C:\WINDOWS;C:\Python25
146146

147147
Typing :command:`python` on your command prompt will now fire up the Python
148148
interpreter. Thus, you can also execute your scripts with command line options,
@@ -278,11 +278,11 @@ releases are built, the source tree contains solutions/project files. View the
278278
+====================+==============+=======================+
279279
| :file:`PC/VC6/` | 6.0 | 97 |
280280
+--------------------+--------------+-----------------------+
281-
| :file:`PCbuild/` | 7.1 | 2003 |
281+
| :file:`PC/VS7.1/` | 7.1 | 2003 |
282282
+--------------------+--------------+-----------------------+
283-
| :file:`PCbuild8/` | 8.0 | 2005 |
283+
| :file:`PC/VS8.0/` | 8.0 | 2005 |
284284
+--------------------+--------------+-----------------------+
285-
| :file:`PCbuild9/` | 9.0 | 2008 |
285+
| :file:`PCbuild/` | 9.0 | 2008 |
286286
+--------------------+--------------+-----------------------+
287287

288288
Note that not all of these build directories are fully supported. Read the

PCbuild/readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ configuration.
2121

2222
The PCbuild directory is compatible with all versions of Visual Studio from
2323
VS C++ Express Edition over the standard edition up to the professional
24-
edition. However the express edition does support features like solution
24+
edition. However the express edition does not support features like solution
2525
folders or profile guided optimization (PGO). The missing bits and pieces
2626
won't stop you from building Python.
2727

0 commit comments

Comments
 (0)