]> granicus.if.org Git - python/commitdiff
Add versionadded directives for the matmul operator.
authorBerker Peksag <berker.peksag@gmail.com>
Thu, 12 Mar 2015 18:56:45 +0000 (20:56 +0200)
committerBerker Peksag <berker.peksag@gmail.com>
Thu, 12 Mar 2015 18:56:45 +0000 (20:56 +0200)
Doc/library/dis.rst

index 2b107956b6c0fbc58aa51d677131546bd573a64e..b00d619d83f89f7ba8b7d7ea28a25d48837fa877 100644 (file)
@@ -366,6 +366,8 @@ result back on the stack.
 
    Implements ``TOS = TOS1 @ TOS``.
 
+   .. versionadded:: 3.5
+
 
 .. opcode:: BINARY_FLOOR_DIVIDE
 
@@ -443,6 +445,8 @@ the original TOS1.
 
    Implements in-place ``TOS = TOS1 @ TOS``.
 
+   .. versionadded:: 3.5
+
 
 .. opcode:: INPLACE_FLOOR_DIVIDE