]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
GH-139686: Update versionchanged directive to 'next' in importlib (GH-142649)
authorBrett Cannon <brett@python.org>
Fri, 12 Dec 2025 20:47:20 +0000 (12:47 -0800)
committerGitHub <noreply@github.com>
Fri, 12 Dec 2025 20:47:20 +0000 (20:47 +0000)
An oversight when merging 57db12514ac686f0a752ec8fe1c08b6daa0c6219 .

Doc/library/importlib.rst

index b04403cd15a58c3e1c8c12998a83aa01436e6900..08cb1770d7a22eb0ddf76ff34bf12cde7d121d39 100644 (file)
@@ -210,7 +210,7 @@ Functions
        :exc:`ModuleNotFoundError` is raised when the module being reloaded lacks
        a :class:`~importlib.machinery.ModuleSpec`.
 
-   .. versionchanged:: 3.14
+   .. versionchanged:: next
        If *module* is a lazy module that has not yet been materialized (i.e.,
        loaded via :class:`importlib.util.LazyLoader` and not yet accessed),
        calling :func:`reload` is a no-op and returns the module unchanged.