Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 34b74ff

Browse files
committed
Add missing versionadded directives
1 parent 1d7feab commit 34b74ff

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Doc/library/dis.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -614,6 +614,8 @@ iterations of the loop.
614614
or module body contains :term:`variable annotations <variable annotation>`
615615
statically.
616616

617+
.. versionadded:: 3.6
618+
617619
.. opcode:: IMPORT_STAR
618620

619621
Loads all symbols not starting with ``'_'`` directly from the module TOS to
@@ -900,6 +902,8 @@ All of the following opcodes use their arguments.
900902

901903
Stores TOS as ``locals()['__annotations__'][co_names[namei]] = TOS``.
902904

905+
.. versionadded:: 3.6
906+
903907

904908
.. opcode:: LOAD_CLOSURE (i)
905909

0 commit comments

Comments
 (0)