Skip to content

Commit 441602a

Browse files
committed
Updated versions
1 parent 266fd4d commit 441602a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Doc/c-api/import.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -345,20 +345,20 @@ Importing Modules
345345
346346
Gets the current lazy imports mode.
347347
348-
.. versionadded:: 3.15
348+
.. versionadded:: next
349349
350350
.. c:function:: PyObject* PyImport_GetLazyImportsFilter()
351351
352352
Gets the current lazy imports filter. Returns a new reference.
353353
354-
.. versionadded:: 3.15
354+
.. versionadded:: next
355355
356356
.. c:function:: PyObject* PyImport_SetLazyImportsMode(PyImport_LazyImportsMode mode)
357357
358358
Similar to :c:func:`PyImport_ImportModuleAttr`, but names are UTF-8 encoded
359359
strings instead of Python :class:`str` objects.
360360
361-
.. versionadded:: 3.15
361+
.. versionadded:: next
362362
363363
.. c:function:: PyObject* PyImport_SetLazyImportsFilter(PyObject *filter)
364364
@@ -367,7 +367,7 @@ Importing Modules
367367
an import can potentially be lazy. Returns True if the import should be lazy
368368
or False otherwise.
369369
370-
.. versionadded:: 3.15
370+
.. versionadded:: next
371371
372372
.. c:type:: PyImport_LazyImportsMode
373373
@@ -376,7 +376,7 @@ Importing Modules
376376
- ``PyImport_LAZY_ALL``
377377
- ``PyImport_LAZY_NONE``
378378
379-
.. versionadded:: 3.12
379+
.. versionadded:: next
380380
381381
.. c:function:: PyObject* PyImport_CreateModuleFromInitfunc(PyObject *spec, PyObject* (*initfunc)(void))
382382

0 commit comments

Comments
 (0)