bpo-41224: Add versionadded for Symbol.is_annotated (GH-23861)
https://github.com/python/cpython/commit/2edfc86f69d8a74f4821974678f664ff94a... commit: 2edfc86f69d8a74f4821974678f664ff94a9dc22 branch: master author: Andre Delfino <adelfino@gmail.com> committer: serhiy-storchaka <storchaka@gmail.com> date: 2020-12-29T15:32:10+02:00 summary: bpo-41224: Add versionadded for Symbol.is_annotated (GH-23861) files: M Doc/library/symtable.rst diff --git a/Doc/library/symtable.rst b/Doc/library/symtable.rst index 40c1795b083a2..e364232247c20 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
participants (1)
-
serhiy-storchaka