From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Tue, 13 Feb 2024 16:16:22 +0000 (+0100) Subject: [3.11] gh-115405: add versionadded tag for co_qualname in code objects documentation... X-Git-Tag: v3.11.9~214 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0af16e3dc66ac9eddeff0171066745832c016dfa;p=thirdparty%2FPython%2Fcpython.git [3.11] gh-115405: add versionadded tag for co_qualname in code objects documentation (GH-115411) (#115413) gh-115405: add versionadded tag for co_qualname in code objects documentation (GH-115411) (cherry picked from commit de07941729b8899b187b8ef9690f9a74b2d6286b) Co-authored-by: Christophe Papazian <114495376+christophe-papazian@users.noreply.github.com> --- diff --git a/Doc/reference/datamodel.rst b/Doc/reference/datamodel.rst index c91e9cf43b11..72d91eb3326f 100644 --- a/Doc/reference/datamodel.rst +++ b/Doc/reference/datamodel.rst @@ -1121,6 +1121,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)