]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.13] gh-86682: Add versionadded for sys._getframemodulename (GH-136325) (#136376)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 7 Jul 2025 11:28:32 +0000 (13:28 +0200)
committerGitHub <noreply@github.com>
Mon, 7 Jul 2025 11:28:32 +0000 (11:28 +0000)
gh-86682: Add versionadded for sys._getframemodulename (GH-136325)

add versionadded for sys._getframemodulename
(cherry picked from commit 11f074b243756bca0db5a7d35dd84f00879de616)

Co-authored-by: Anthony Sottile <asottile@umich.edu>
Doc/library/sys.rst

index c993d58378708d8eeb46e61abcc0ff44eb827159..34a37490be022bf8cd0e0b3557714db7c3d9c0a0 100644 (file)
@@ -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])