Skip to content

Commit a5f4537

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 d7bb308 commit a5f4537

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
@@ -919,6 +919,8 @@ always available. Unless explicitly noted otherwise, all variables are read-only
919919
This function should be used for internal and specialized purposes only.
920920
It is not guaranteed to exist in all implementations of Python.
921921

922+
.. versionadded:: 3.12
923+
922924

923925
.. function:: getobjects(limit[, type])
924926

0 commit comments

Comments
 (0)