diff --git a/Doc/library/dis.rst b/Doc/library/dis.rst index 2b107956b6c..b00d619d83f 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