[Python-checkins] bpo-42955: Fix sys.module_names doc (GH-24329)

vstinner webhook-mailer at python.org
Mon Jan 25 07:59:11 EST 2021


https://github.com/python/cpython/commit/483359174e92489e13959977824806734f1a8cdd
commit: 483359174e92489e13959977824806734f1a8cdd
branch: master
author: Victor Stinner <vstinner at python.org>
committer: vstinner <vstinner at python.org>
date: 2021-01-25T13:59:02+01:00
summary:

bpo-42955: Fix sys.module_names doc (GH-24329)

Replace versionchanged markup with versionadded.

files:
M Doc/library/sys.rst

diff --git a/Doc/library/sys.rst b/Doc/library/sys.rst
index d536fc9322eb0..f187895410cd4 100644
--- a/Doc/library/sys.rst
+++ b/Doc/library/sys.rst
@@ -1077,7 +1077,7 @@ always available.
 
    See also the :attr:`sys.builtin_module_names` list.
 
-   .. versionchanged:: 3.10
+   .. versionadded:: 3.10
 
 
 .. data:: modules



More information about the Python-checkins mailing list