https://github.com/python/cpython/commit/11f074b243756bca0db5a7d35dd84f00879de616 commit: 11f074b243756bca0db5a7d35dd84f00879de616 branch: main author: Anthony Sottile <asott...@umich.edu> committer: kumaraditya303 <kumaradi...@python.org> date: 2025-07-07T16:52:04+05:30 summary:
gh-86682: Add versionadded for sys._getframemodulename (#136325) add versionadded for sys._getframemodulename files: M Doc/library/sys.rst diff --git a/Doc/library/sys.rst b/Doc/library/sys.rst index 1626a89a0731bf..05bc7cfb9dc089 100644 --- a/Doc/library/sys.rst +++ b/Doc/library/sys.rst @@ -953,6 +953,8 @@ always available. Unless explicitly noted otherwise, all variables are read-only This function should be used for internal and specialized purposes only. It is not guaranteed to exist in all implementations of Python. + .. versionadded:: 3.12 + .. function:: getobjects(limit[, type]) _______________________________________________ Python-checkins mailing list -- python-checkins@python.org To unsubscribe send an email to python-checkins-le...@python.org https://mail.python.org/mailman3//lists/python-checkins.python.org Member address: arch...@mail-archive.com