From a5f453745c9595fee07053a7e3c56e7810295f2e Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Mon, 7 Jul 2025 07:22:04 -0400 Subject: [PATCH] gh-86682: Add versionadded for sys._getframemodulename (GH-136325) add versionadded for sys._getframemodulename (cherry picked from commit 11f074b243756bca0db5a7d35dd84f00879de616) Co-authored-by: Anthony Sottile --- Doc/library/sys.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Doc/library/sys.rst b/Doc/library/sys.rst index c993d58378708d..34a37490be022b 100644 --- a/Doc/library/sys.rst +++ b/Doc/library/sys.rst @@ -919,6 +919,8 @@ always available. Unless explicitly noted otherwise, all variables are read-only This function should be used for internal and specialized purposes only. It is not guaranteed to exist in all implementations of Python. + .. versionadded:: 3.12 + .. function:: getobjects(limit[, type])