Skip to content

Commit c2a3c3c

Browse files
[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 de07941) Co-authored-by: Christophe Papazian <[email protected]>
1 parent 79d1d6d commit c2a3c3c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Doc/reference/datamodel.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1134,6 +1134,8 @@ Special read-only attributes
11341134
* - .. attribute:: codeobject.co_qualname
11351135
- The fully qualified function name
11361136

1137+
.. versionadded:: 3.11
1138+
11371139
* - .. attribute:: codeobject.co_argcount
11381140
- The total number of positional :term:`parameters <parameter>`
11391141
(including positional-only parameters and parameters with default values)

0 commit comments

Comments
 (0)