summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
Diffstat (limited to 'Doc')
-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