Kaydet (Commit) 34b74fff authored tarafından Berker Peksag's avatar Berker Peksag

Add missing versionadded directives

üst 1d7feab7
...@@ -614,6 +614,8 @@ iterations of the loop. ...@@ -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. ...@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment