mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Add missing versionadded directives
This commit is contained in:
parent
1d7feab78a
commit
34b74fffb3
1 changed files with 4 additions and 0 deletions
|
@ -614,6 +614,8 @@ iterations of the loop.
|
||||||
or module body contains :term:`variable annotations <variable annotation>`
|
or module body contains :term:`variable annotations <variable annotation>`
|
||||||
statically.
|
statically.
|
||||||
|
|
||||||
|
.. versionadded:: 3.6
|
||||||
|
|
||||||
.. opcode:: IMPORT_STAR
|
.. opcode:: IMPORT_STAR
|
||||||
|
|
||||||
Loads all symbols not starting with ``'_'`` directly from the module TOS to
|
Loads all symbols not starting with ``'_'`` directly from the module TOS to
|
||||||
|
@ -900,6 +902,8 @@ All of the following opcodes use their arguments.
|
||||||
|
|
||||||
Stores TOS as ``locals()['__annotations__'][co_names[namei]] = TOS``.
|
Stores TOS as ``locals()['__annotations__'][co_names[namei]] = TOS``.
|
||||||
|
|
||||||
|
.. versionadded:: 3.6
|
||||||
|
|
||||||
|
|
||||||
.. opcode:: LOAD_CLOSURE (i)
|
.. opcode:: LOAD_CLOSURE (i)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue