From: Andre Delfino Date: Tue, 29 Dec 2020 13:32:10 +0000 (-0300) Subject: bpo-41224: Add versionadded for Symbol.is_annotated (GH-23861) X-Git-Tag: v3.10.0a4~42 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2edfc86f69d8a74f4821974678f664ff94a9dc22;p=thirdparty%2FPython%2Fcpython.git bpo-41224: Add versionadded for Symbol.is_annotated (GH-23861) --- diff --git a/Doc/library/symtable.rst b/Doc/library/symtable.rst index 40c1795b083a..e364232247c2 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