Commit de0ab5ea authored by Georg Brandl's avatar Georg Brandl

#10597: fix Py_SetPythonHome docs by pointing to where the meaning of...

#10597: fix Py_SetPythonHome docs by pointing to where the meaning of PYTHONHOME is already documented.
parent ee255681
...@@ -412,8 +412,9 @@ Initialization, Finalization, and Threads ...@@ -412,8 +412,9 @@ Initialization, Finalization, and Threads
.. c:function:: void Py_SetPythonHome(wchar_t *home) .. c:function:: void Py_SetPythonHome(wchar_t *home)
Set the default "home" directory, that is, the location of the standard Set the default "home" directory, that is, the location of the standard
Python libraries. The libraries are searched in Python libraries. See :envvar:`PYTHONHOME` for the meaning of the
:file:`{home}/lib/python{version}` and :file:`{home}/lib/python{version}`. argument string.
The argument should point to a zero-terminated character string in static The argument should point to a zero-terminated character string in static
storage whose contents will not change for the duration of the program's storage whose contents will not change for the duration of the program's
execution. No code in the Python interpreter will change the contents of execution. No code in the Python interpreter will change the contents of
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment