From: Anthony Sottile Date: Mon, 7 Jul 2025 11:22:04 +0000 (-0400) Subject: gh-86682: Add versionadded for sys._getframemodulename (#136325) X-Git-Tag: v3.15.0a1~1068 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=11f074b243756bca0db5a7d35dd84f00879de616;p=thirdparty%2FPython%2Fcpython.git gh-86682: Add versionadded for sys._getframemodulename (#136325) add versionadded for sys._getframemodulename --- diff --git a/Doc/library/sys.rst b/Doc/library/sys.rst index 1626a89a0731..05bc7cfb9dc0 100644 --- a/Doc/library/sys.rst +++ b/Doc/library/sys.rst @@ -953,6 +953,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])