]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-41224: Add versionadded for Symbol.is_annotated (GH-23861)
authorAndre Delfino <adelfino@gmail.com>
Tue, 29 Dec 2020 13:32:10 +0000 (10:32 -0300)
committerGitHub <noreply@github.com>
Tue, 29 Dec 2020 13:32:10 +0000 (15:32 +0200)
Doc/library/symtable.rst

index 40c1795b083a2a1c27f528350614d8e4e57f2ea8..e364232247c2004fda1b5534c9658c5e985e1e96 100644 (file)
@@ -160,6 +160,8 @@ Examining Symbol Tables
 
       Return ``True`` if the symbol is annotated.
 
+      .. versionadded:: 3.6
+
    .. method:: is_free()
 
       Return ``True`` if the symbol is referenced in its block, but not assigned