]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Add missing versionadded directives
authorBerker Peksag <berker.peksag@gmail.com>
Mon, 12 Sep 2016 05:00:01 +0000 (08:00 +0300)
committerBerker Peksag <berker.peksag@gmail.com>
Mon, 12 Sep 2016 05:00:01 +0000 (08:00 +0300)
Doc/library/dis.rst

index 0a64d4603b3a7b1e4e84a3816cf549f22e37ec4d..3c6c0fd02053d7fc7f8e9792afd7c5c442563603 100644 (file)
@@ -614,6 +614,8 @@ iterations of the loop.
    or module body contains :term:`variable annotations <variable annotation>`
    statically.
 
+   .. versionadded:: 3.6
+
 .. opcode:: IMPORT_STAR
 
    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``.
 
+   .. versionadded:: 3.6
+
 
 .. opcode:: LOAD_CLOSURE (i)