From 202df4596b197a7fbdbe02ab9bddfd9b03f97d71 Mon Sep 17 00:00:00 2001 From: Christophe Papazian Date: Tue, 13 Feb 2024 16:59:39 +0100 Subject: [PATCH] add versionadded tag for co_qualname --- Doc/reference/datamodel.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Doc/reference/datamodel.rst b/Doc/reference/datamodel.rst index 885ee825c12296..88bc025c7c3fb4 100644 --- a/Doc/reference/datamodel.rst +++ b/Doc/reference/datamodel.rst @@ -1134,6 +1134,8 @@ Special read-only attributes * - .. attribute:: codeobject.co_qualname - The fully qualified function name + .. versionadded:: 3.11 + * - .. attribute:: codeobject.co_argcount - The total number of positional :term:`parameters ` (including positional-only parameters and parameters with default values)