From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Mon, 7 Jul 2025 11:28:32 +0000 (+0200) Subject: [3.13] gh-86682: Add versionadded for sys._getframemodulename (GH-136325) (#136376) X-Git-Tag: v3.13.6~121 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=843e8054b052f744af233ccc7ec7f9d0c063b15d;p=thirdparty%2FPython%2Fcpython.git [3.13] gh-86682: Add versionadded for sys._getframemodulename (GH-136325) (#136376) gh-86682: Add versionadded for sys._getframemodulename (GH-136325) add versionadded for sys._getframemodulename (cherry picked from commit 11f074b243756bca0db5a7d35dd84f00879de616) Co-authored-by: Anthony Sottile --- diff --git a/Doc/library/sys.rst b/Doc/library/sys.rst index c993d5837870..34a37490be02 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])