https://github.com/python/cpython/commit/0a97941245f1dda6d838f9aaf0512104e5253929
commit: 0a97941245f1dda6d838f9aaf0512104e5253929
branch: main
author: Brett Cannon <[email protected]>
committer: brettcannon <[email protected]>
date: 2025-12-12T20:47:20Z
summary:

GH-139686: Update versionchanged directive to 'next' in importlib (GH-142649)

An oversight when merging 57db12514ac686f0a752ec8fe1c08b6daa0c6219 .

files:
M Doc/library/importlib.rst

diff --git a/Doc/library/importlib.rst b/Doc/library/importlib.rst
index b04403cd15a58c..08cb1770d7a22e 100644
--- a/Doc/library/importlib.rst
+++ b/Doc/library/importlib.rst
@@ -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.

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3//lists/python-checkins.python.org
Member address: [email protected]

Reply via email to