From: Berker Peksag Date: Mon, 12 Sep 2016 05:00:01 +0000 (+0300) Subject: Add missing versionadded directives X-Git-Tag: v3.6.0b1~17^2~5 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=34b74fffb32493b49b262ed9122d798d373477b7;p=thirdparty%2FPython%2Fcpython.git Add missing versionadded directives --- diff --git a/Doc/library/dis.rst b/Doc/library/dis.rst index 0a64d4603b3a..3c6c0fd02053 100644 --- a/Doc/library/dis.rst +++ b/Doc/library/dis.rst @@ -614,6 +614,8 @@ iterations of the loop. or module body contains :term:`variable annotations ` 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)