]> granicus.if.org Git - python/commitdiff
#2239: PYTHONPATH delimiter is os.pathsep.
authorGeorg Brandl <georg@python.org>
Wed, 5 Mar 2008 19:31:44 +0000 (19:31 +0000)
committerGeorg Brandl <georg@python.org>
Wed, 5 Mar 2008 19:31:44 +0000 (19:31 +0000)
Doc/using/cmdline.rst

index d3120b516c7914726749a23b4f33045d6558b466..36a8dd122c1bb37872ee1642cbfe7fa840f61ff2 100644 (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