[Python-checkins] bpo-41224: Add versionadded for Symbol.is_annotated (GH-23861)

serhiy-storchaka webhook-mailer at python.org
Tue Dec 29 08:32:20 EST 2020


https://github.com/python/cpython/commit/2edfc86f69d8a74f4821974678f664ff94a9dc22
commit: 2edfc86f69d8a74f4821974678f664ff94a9dc22
branch: master
author: Andre Delfino <adelfino at gmail.com>
committer: serhiy-storchaka <storchaka at 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



More information about the Python-checkins mailing list