[Python-checkins] cpython: Add versionadded directives for the matmul operator.

berker.peksag python-checkins at python.org
Thu Mar 12 19:55:43 CET 2015


https://hg.python.org/cpython/rev/855608ce92bc
changeset:   94962:855608ce92bc
user:        Berker Peksag <berker.peksag at gmail.com>
date:        Thu Mar 12 20:56:45 2015 +0200
summary:
  Add versionadded directives for the matmul operator.

files:
  Doc/library/dis.rst |  4 ++++
  1 files changed, 4 insertions(+), 0 deletions(-)


diff --git a/Doc/library/dis.rst b/Doc/library/dis.rst
--- a/Doc/library/dis.rst
+++ b/Doc/library/dis.rst
@@ -366,6 +366,8 @@
 
    Implements ``TOS = TOS1 @ TOS``.
 
+   .. versionadded:: 3.5
+
 
 .. opcode:: BINARY_FLOOR_DIVIDE
 
@@ -443,6 +445,8 @@
 
    Implements in-place ``TOS = TOS1 @ TOS``.
 
+   .. versionadded:: 3.5
+
 
 .. opcode:: INPLACE_FLOOR_DIVIDE
 

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list