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