]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
#3916: fixes for docs wrt. Windows directory layout
authorGeorg Brandl <georg@python.org>
Sun, 21 Sep 2008 07:17:00 +0000 (07:17 +0000)
committerGeorg Brandl <georg@python.org>
Sun, 21 Sep 2008 07:17:00 +0000 (07:17 +0000)
Doc/using/windows.rst
PCbuild/readme.txt

index 3c9b4783e551c6241a558261db8c8020d0fafbee..393ac27a8c31e11e519342e0f645feae8aaddd14 100644 (file)
@@ -142,7 +142,7 @@ directory of your Python distribution, delimited by a semicolon from other
 entries.  An example variable could look like this (assuming the first two
 entries are Windows' default)::
 
-    C:\WINNT\system32;C:\WINNT;C:\Python25
+    C:\WINDOWS\system32;C:\WINDOWS;C:\Python25
 
 Typing :command:`python` on your command prompt will now fire up the Python
 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
 +====================+==============+=======================+
 | :file:`PC/VC6/`    | 6.0          | 97                    |
 +--------------------+--------------+-----------------------+
-| :file:`PCbuild/`   | 7.1          | 2003                  |
+| :file:`PC/VS7.1/`  | 7.1          | 2003                  |
 +--------------------+--------------+-----------------------+
-| :file:`PCbuild8/`  | 8.0          | 2005                  |
+| :file:`PC/VS8.0/`  | 8.0          | 2005                  |
 +--------------------+--------------+-----------------------+
-| :file:`PCbuild9/`  | 9.0          | 2008                  |
+| :file:`PCbuild/`   | 9.0          | 2008                  |
 +--------------------+--------------+-----------------------+
 
 Note that not all of these build directories are fully supported.  Read the
index d3c10e55b93902b46d24876a5f0a23161da7ce7d..6191ae495e6fca304021307f45fca1b28e8ac124 100644 (file)
@@ -21,7 +21,7 @@ configuration.
 
 The PCbuild directory is compatible with all versions of Visual Studio from
 VS C++ Express Edition over the standard edition up to the professional
-edition. However the express edition does support features like solution
+edition. However the express edition does not support features like solution
 folders or profile guided optimization (PGO). The missing bits and pieces
 won't stop you from building Python.