Skip to content

Commit 11f074b

Browse files
authored
pythongh-86682: Add versionadded for sys._getframemodulename (python#136325)
add versionadded for sys._getframemodulename
1 parent 9aac5a3 commit 11f074b

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)