Skip to content

Commit 035c74c

Browse files
asottilemiss-islington
authored andcommitted
gh-86682: Add versionadded for sys._getframemodulename (GH-136325)
add versionadded for sys._getframemodulename (cherry picked from commit 11f074b) Co-authored-by: Anthony Sottile <asottile@umich.edu>
1 parent 236498c commit 035c74c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

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)