Add versionadded directives for the matmul operator.

This commit is contained in:
Berker Peksag 2015-03-12 20:56:45 +02:00
parent e7e497bdca
commit da0870c87a
1 changed files with 4 additions and 0 deletions

View File

@ -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