diff options
author | Guido van Rossum <guido@python.org> | 1994-05-23 12:18:57 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1994-05-23 12:18:57 (GMT) |
commit | a9df70e02b74c9aee3cf08cafe72b6cbc55bcb6f (patch) | |
tree | 1e39f5a465ca72376a87a1038cb464603f031903 /Mac | |
parent | d3b6842d9fe08e25869908a60a2068db2a5737a7 (diff) | |
download | cpython-a9df70e02b74c9aee3cf08cafe72b6cbc55bcb6f.zip cpython-a9df70e02b74c9aee3cf08cafe72b6cbc55bcb6f.tar.gz cpython-a9df70e02b74c9aee3cf08cafe72b6cbc55bcb6f.tar.bz2 |
Removed some random ^D characters
Diffstat (limited to 'Mac')
-rw-r--r-- | Mac/Relnotes-1.1 | 2 | ||||
-rw-r--r-- | Mac/USING | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Mac/Relnotes-1.1 b/Mac/Relnotes-1.1 index 3c67fb7..94d5833 100644 --- a/Mac/Relnotes-1.1 +++ b/Mac/Relnotes-1.1 @@ -11,7 +11,7 @@ The most important differences are: when an interactive interpreter is started. - The default search path for modules is different: first the current - directory is searched, then the subdirectories 'lib', 'lib:stdwin' and + directory is searched, then the subdirectories 'lib', 'lib:stdwin' and 'demo'. As always, you can change this (e.g. in your PythonStartup file) by assigning or appending to sys.path -- use Macintosh pathnames! (The default contains no absolute paths because these are unlikely @@ -11,7 +11,7 @@ The most important differences are: when an interactive interpreter is started. - The default search path for modules is different: first the current - directory is searched, then the subdirectories 'lib', 'lib:stdwin' and + directory is searched, then the subdirectories 'lib', 'lib:stdwin' and 'demo'. As always, you can change this (e.g. in your PythonStartup file) by assigning or appending to sys.path -- use Macintosh pathnames! (The default contains no absolute paths because these are unlikely |