Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5dd095 commit e8ea355Copy full SHA for e8ea355
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