https://github.com/python/cpython/commit/843e8054b052f744af233ccc7ec7f9d0c063b15d commit: 843e8054b052f744af233ccc7ec7f9d0c063b15d branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: kumaraditya303 <kumaradi...@python.org> date: 2025-07-07T11:28:32Z summary:
[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 11f074b243756bca0db5a7d35dd84f00879de616) Co-authored-by: Anthony Sottile <asott...@umich.edu> files: M Doc/library/sys.rst diff --git a/Doc/library/sys.rst b/Doc/library/sys.rst index c993d58378708d..34a37490be022b 100644 --- a/Doc/library/sys.rst +++ b/Doc/library/sys.rst @@ -919,6 +919,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