diff options
author | Berker Peksag <berker.peksag@gmail.com> | 2015-03-12 18:56:45 (GMT) |
---|---|---|
committer | Berker Peksag <berker.peksag@gmail.com> | 2015-03-12 18:56:45 (GMT) |
commit | da0870c87aeb7843f0211d3fd9220f6f5b58f688 (patch) | |
tree | 33b0c1ae490f7c617a2bf1d50a6f2d3c3dfba578 /Doc/library/dis.rst | |
parent | e7e497bdca2fad614e3d24d09ae24705081bd66f (diff) | |
download | cpython-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.rst | 4 |
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 |