From: Berker Peksag Date: Thu, 12 Mar 2015 18:56:45 +0000 (+0200) Subject: Add versionadded directives for the matmul operator. X-Git-Tag: v3.5.0a3~192 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=da0870c87aeb7843f0211d3fd9220f6f5b58f688;p=python Add versionadded directives for the matmul operator. --- diff --git a/Doc/library/dis.rst b/Doc/library/dis.rst index 2b107956b6..b00d619d83 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