]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-115405: add versionadded tag for co_qualname in code objects documentation (#115411)
authorChristophe Papazian <114495376+christophe-papazian@users.noreply.github.com>
Tue, 13 Feb 2024 16:10:00 +0000 (17:10 +0100)
committerGitHub <noreply@github.com>
Tue, 13 Feb 2024 16:10:00 +0000 (16:10 +0000)
Doc/reference/datamodel.rst

index 885ee825c1229654a48260695dbb153a206e1b2d..88bc025c7c3fb4dd815af06106c7776fcd4b6204 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)