[3.12] gh-115405: add versionadded tag for co_qualname in code objects documentation (GH-115411) (#115412)

gh-115405: add versionadded tag for co_qualname in code objects documentation (GH-115411)
(cherry picked from commit de07941729)

Co-authored-by: Christophe Papazian <114495376+christophe-papazian@users.noreply.github.com>
This commit is contained in:
Miss Islington (bot) 2024-02-13 17:16:22 +01:00 committed by GitHub
parent 79d1d6de1d
commit c2a3c3c643
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View 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)