From 231c0d3b6a5380a91ecf42fd342180d771f1cc30 Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Sat, 5 Jul 2025 15:11:26 -0400 Subject: [PATCH] add versionadded for sys._getframemodulename --- Doc/library/sys.rst | 2 ++ 1 file changed, 2 insertions(+) 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])