From: Christophe Papazian <114495376+christophe-papazian@users.noreply.github.com> Date: Tue, 13 Feb 2024 16:10:00 +0000 (+0100) Subject: gh-115405: add versionadded tag for co_qualname in code objects documentation (#115411) X-Git-Tag: v3.13.0a4~42 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=de07941729b8899b187b8ef9690f9a74b2d6286b;p=thirdparty%2FPython%2Fcpython.git gh-115405: add versionadded tag for co_qualname in code objects documentation (#115411) --- diff --git a/Doc/reference/datamodel.rst b/Doc/reference/datamodel.rst index 885ee825c122..88bc025c7c3f 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)