summaryrefslogtreecommitdiff
path: root/PC/readme.txt
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1997-12-17 21:27:23 +0000
committerGuido van Rossum <guido@python.org>1997-12-17 21:27:23 +0000
commitffeb5938167a7f417c08cd63c8bf722fc61c88c5 (patch)
tree581b8fb413bcb1006b5f69ddde694cf10d17da2a /PC/readme.txt
parentb1d368c00d708b74765f0a6a604325ff8ad1fb4f (diff)
downloadcpython-git-ffeb5938167a7f417c08cd63c8bf722fc61c88c5.tar.gz
Changes for older Win platforms by Jim Ahlstrom
Diffstat (limited to 'PC/readme.txt')
-rw-r--r--PC/readme.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/PC/readme.txt b/PC/readme.txt
index cdfc0a5118..5cee8fd72c 100644
--- a/PC/readme.txt
+++ b/PC/readme.txt
@@ -33,7 +33,7 @@ C:/python, and copy all library files and subdirectories (using XCOPY)
to C:/python/lib. Then you don't need to set PYTHONPATH. Otherwise,
set the environment variable PYTHONPATH to your Python search path.
For example,
- set PYTHONPATH=.;d:\python\lib;d:\python\lib\win;d:\python\lib\dos_8x3
+ set PYTHONPATH=.;d:\python\lib;d:\python\lib\win;d:\python\lib\dos-8x3
There are several add-in modules to build Python programs which use
the native Windows operating environment. The ports here just make