]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.12] gh-115405: add versionadded tag for co_qualname in code objects documentation...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 13 Feb 2024 16:16:22 +0000 (17:16 +0100)
committerGitHub <noreply@github.com>
Tue, 13 Feb 2024 16:16:22 +0000 (16:16 +0000)
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>
Doc/reference/datamodel.rst

index a9ce0f44949b0537f4f28147c1f4b40b3153523f..6292a1daabc32c58253d773cc3e5c7d67a5e2622 100644 (file)
@@ -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 <parameter>`
        (including positional-only parameters and parameters with default values)