mirror of https://github.com/python/cpython
18 lines
452 B
ReStructuredText
18 lines
452 B
ReStructuredText
Remove the following old functions to configure the Python initialization,
|
|
deprecated in Python 3.11:
|
|
|
|
* ``PySys_AddWarnOptionUnicode()``
|
|
* ``PySys_AddWarnOption()``
|
|
* ``PySys_AddXOption()``
|
|
* ``PySys_HasWarnOptions()``
|
|
* ``PySys_SetArgvEx()``
|
|
* ``PySys_SetArgv()``
|
|
* ``PySys_SetPath()``
|
|
* ``Py_SetPath()``
|
|
* ``Py_SetProgramName()``
|
|
* ``Py_SetPythonHome()``
|
|
* ``Py_SetStandardStreamEncoding()``
|
|
* ``_Py_SetProgramFullPath()``
|
|
|
|
Patch by Victor Stinner.
|