https://github.com/python/cpython/commit/de07941729b8899b187b8ef9690f9a74b2d6286b
commit: de07941729b8899b187b8ef9690f9a74b2d6286b
branch: main
author: Christophe Papazian 
<[email protected]>
committer: AlexWaygood <[email protected]>
date: 2024-02-13T16:10:00Z
summary:

gh-115405: add versionadded tag for co_qualname in code objects documentation 
(#115411)

files:
M Doc/reference/datamodel.rst

diff --git a/Doc/reference/datamodel.rst b/Doc/reference/datamodel.rst
index 885ee825c12296..88bc025c7c3fb4 100644
--- a/Doc/reference/datamodel.rst
+++ b/Doc/reference/datamodel.rst
@@ -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)

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: [email protected]

Reply via email to