diff options
| author | Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> | 2024-10-15 19:29:35 (GMT) |
|---|---|---|
| committer | Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> | 2024-10-15 19:34:54 (GMT) |
| commit | 8cdaca8b25e3354530d66cbccc622e0e914e8e8a (patch) | |
| tree | 569f57edf7b734105549a331020eb14f73347240 /Doc/library/symtable.rst | |
| parent | 3ea488aac44887a7cdb30be69580c81a0ca6afe2 (diff) | |
| download | cpython-3.14.0a1.zip cpython-3.14.0a1.tar.gz cpython-3.14.0a1.tar.bz2 | |
Python 3.14.0a1v3.14.0a1
Diffstat (limited to 'Doc/library/symtable.rst')
| -rw-r--r-- | Doc/library/symtable.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Doc/library/symtable.rst b/Doc/library/symtable.rst index 56cd6b8..54e19af 100644 --- a/Doc/library/symtable.rst +++ b/Doc/library/symtable.rst @@ -256,7 +256,7 @@ Examining Symbol Tables Return ``True`` if the symbol is a type parameter. - .. versionadded:: next + .. versionadded:: 3.14 .. method:: is_global() @@ -303,7 +303,7 @@ Examining Symbol Tables be free from the perspective of ``C.method``, thereby allowing the latter to return *1* at runtime and not *2*. - .. versionadded:: next + .. versionadded:: 3.14 .. method:: is_assigned() @@ -313,13 +313,13 @@ Examining Symbol Tables Return ``True`` if the symbol is a comprehension iteration variable. - .. versionadded:: next + .. versionadded:: 3.14 .. method:: is_comp_cell() Return ``True`` if the symbol is a cell in an inlined comprehension. - .. versionadded:: next + .. versionadded:: 3.14 .. method:: is_namespace() |
