#2239: PYTHONPATH delimiter is os.pathsep.

This commit is contained in:
Georg Brandl 2008-03-05 19:31:44 +00:00
parent 86d4e7a146
commit 9c06574024
1 changed files with 2 additions and 1 deletions

View File

@ -356,7 +356,8 @@ These environment variables influence Python's behavior.
Augment the default search path for module files. The format is the same as
the shell's :envvar:`PATH`: one or more directory pathnames separated by
colons. Non-existent directories are silently ignored.
:data:`os.pathsep` (e.g. colons on Unix or semicolons on Windows).
Non-existent directories are silently ignored.
The default search path is installation dependent, but generally begins with
:file:`{prefix}/lib/python{version}`` (see :envvar:`PYTHONHOME` above). It