Skip to content

Commit aaa6517

Browse files
author
georg.brandl
committed
#2239: PYTHONPATH delimiter is os.pathsep.
git-svn-id: http://svn.python.org/projects/python/trunk@61255 6015fed2-1504-0410-9fe1-9d1591cc4771
1 parent eba79f3 commit aaa6517

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Doc/using/cmdline.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,8 @@ These environment variables influence Python's behavior.
356356

357357
Augment the default search path for module files. The format is the same as
358358
the shell's :envvar:`PATH`: one or more directory pathnames separated by
359-
colons. Non-existent directories are silently ignored.
359+
:data:`os.pathsep` (e.g. colons on Unix or semicolons on Windows).
360+
Non-existent directories are silently ignored.
360361

361362
The default search path is installation dependent, but generally begins with
362363
:file:`{prefix}/lib/python{version}`` (see :envvar:`PYTHONHOME` above). It

0 commit comments

Comments
 (0)