diff options
author | Andre Delfino <adelfino@gmail.com> | 2020-12-29 13:32:10 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-29 13:32:10 (GMT) |
commit | 2edfc86f69d8a74f4821974678f664ff94a9dc22 (patch) | |
tree | caffb5b0e0b36928fd65a1b314f7fff9d0740ae9 /Doc/library/symtable.rst | |
parent | 84d79cfda947f6bc28a5aa11db8055aa40a6b03a (diff) | |
download | cpython-2edfc86f69d8a74f4821974678f664ff94a9dc22.zip cpython-2edfc86f69d8a74f4821974678f664ff94a9dc22.tar.gz cpython-2edfc86f69d8a74f4821974678f664ff94a9dc22.tar.bz2 |
bpo-41224: Add versionadded for Symbol.is_annotated (GH-23861)
Diffstat (limited to 'Doc/library/symtable.rst')
-rw-r--r-- | Doc/library/symtable.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/library/symtable.rst b/Doc/library/symtable.rst index 40c1795..e364232 100644 --- a/Doc/library/symtable.rst +++ b/Doc/library/symtable.rst @@ -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 |