diff options
Diffstat (limited to 'Doc/c-api/extension-modules.rst')
| -rw-r--r-- | Doc/c-api/extension-modules.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/c-api/extension-modules.rst b/Doc/c-api/extension-modules.rst index 6c5287f..92b5316 100644 --- a/Doc/c-api/extension-modules.rst +++ b/Doc/c-api/extension-modules.rst @@ -29,7 +29,7 @@ and must be named after the module name plus an extension listed in Extension export hook ..................... -.. versionadded:: next +.. versionadded:: 3.15 Support for the :samp:`PyModExport_{<name>}` export hook was added in Python 3.15. The older way of defining modules is still available: consult either @@ -191,7 +191,7 @@ the :c:data:`Py_mod_multiple_interpreters` slot. ``PyInit`` function ................... -.. deprecated:: next +.. deprecated:: 3.15 This functionality is :term:`soft deprecated`. It will not get new features, but there are no plans to remove it. @@ -272,7 +272,7 @@ For example, a module called ``spam`` would be defined like this:: Legacy single-phase initialization ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -.. deprecated:: next +.. deprecated:: 3.15 Single-phase initialization is :term:`soft deprecated`. It is a legacy mechanism to initialize extension |
