1 parent c8c9a5c commit 58ca63eCopy full SHA for 58ca63e
1 file changed
Doc/c-api/init.rst
@@ -236,7 +236,9 @@ Process-wide parameters
236
:c:func:`Py_Initialize`, then :c:func:`Py_GetPath` won't attempt to compute a
237
default search path but uses the one provided instead. This is useful if
238
Python is embedded by an application that has full knowledge of the location
239
- of all modules. The path components should be separated by semicolons.
+ of all modules. The path components should be separated by the platform
240
+ dependent delimiter character, which is ``':'`` on Unix and Mac OS X, ``';'``
241
+ on Windows.
242
243
This also causes :data:`sys.executable` to be set only to the raw program
244
name (see :c:func:`Py_SetProgramName`) and for :data:`sys.prefix` and
0 commit comments