Skip to content

Commit 2edfc86

Browse files
bpo-41224: Add versionadded for Symbol.is_annotated (GH-23861)
1 parent 84d79cf commit 2edfc86

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Doc/library/symtable.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,8 @@ Examining Symbol Tables
160160

161161
Return ``True`` if the symbol is annotated.
162162

163+
.. versionadded:: 3.6
164+
163165
.. method:: is_free()
164166

165167
Return ``True`` if the symbol is referenced in its block, but not assigned

0 commit comments

Comments
 (0)