]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-86682: Add versionadded for sys._getframemodulename (#136325)
authorAnthony Sottile <asottile@umich.edu>
Mon, 7 Jul 2025 11:22:04 +0000 (07:22 -0400)
committerGitHub <noreply@github.com>
Mon, 7 Jul 2025 11:22:04 +0000 (16:52 +0530)
add versionadded for sys._getframemodulename

Doc/library/sys.rst

index 1626a89a0731bf17b7a9a5ab0fd1a02d61abdcb8..05bc7cfb9dc0894ca2acb998c267b8035e511344 100644 (file)
@@ -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])