summaryrefslogtreecommitdiffstats
path: root/Doc/library/dis.rst
diff options
context:
space:
mode:
authorBerker Peksag <berker.peksag@gmail.com>2015-03-12 18:56:45 (GMT)
committerBerker Peksag <berker.peksag@gmail.com>2015-03-12 18:56:45 (GMT)
commitda0870c87aeb7843f0211d3fd9220f6f5b58f688 (patch)
tree33b0c1ae490f7c617a2bf1d50a6f2d3c3dfba578 /Doc/library/dis.rst
parente7e497bdca2fad614e3d24d09ae24705081bd66f (diff)
downloadcpython-da0870c87aeb7843f0211d3fd9220f6f5b58f688.zip
cpython-da0870c87aeb7843f0211d3fd9220f6f5b58f688.tar.gz
cpython-da0870c87aeb7843f0211d3fd9220f6f5b58f688.tar.bz2
Add versionadded directives for the matmul operator.
Diffstat (limited to 'Doc/library/dis.rst')
-rw-r--r--Doc/library/dis.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/Doc/library/dis.rst b/Doc/library/dis.rst
index 2b10795..b00d619 100644
--- a/Doc/library/dis.rst
+++ b/Doc/library/dis.rst
@@ -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