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>
* - .. 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)