Skip to content

Commit a7dd48a

Browse files
[3.14] gh-86682: Add versionadded for sys._getframemodulename (GH-136325) (#136375)
gh-86682: Add versionadded for sys._getframemodulename (GH-136325) add versionadded for sys._getframemodulename (cherry picked from commit 11f074b) Co-authored-by: Anthony Sottile <[email protected]>
1 parent 236498c commit a7dd48a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Doc/library/sys.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -953,6 +953,8 @@ always available. Unless explicitly noted otherwise, all variables are read-only
953953
This function should be used for internal and specialized purposes only.
954954
It is not guaranteed to exist in all implementations of Python.
955955

956+
.. versionadded:: 3.12
957+
956958

957959
.. function:: getobjects(limit[, type])
958960

0 commit comments

Comments
 (0)