Skip to content

Commit 843e805

Browse files
[3.13] gh-86682: Add versionadded for sys._getframemodulename (GH-136325) (#136376)
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 843e805

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
@@ -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)