summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2014-04-10 04:12:47 (GMT)
committerBenjamin Peterson <benjamin@python.org>2014-04-10 04:12:47 (GMT)
commit4ab92c800a6f2b75743d4a0b4dfd9995723f3647 (patch)
treefbd1b149e63d8427f7237fb41dd76ec2a863ef11 /Misc/NEWS
parent0134a35bac4310c07c571e8d7378199783fbb388 (diff)
downloadcpython-4ab92c800a6f2b75743d4a0b4dfd9995723f3647.zip
cpython-4ab92c800a6f2b75743d4a0b4dfd9995723f3647.tar.gz
cpython-4ab92c800a6f2b75743d4a0b4dfd9995723f3647.tar.bz2
add matrix multiplication operator support to 2to3
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 25ee8d6..9e49e06 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -168,6 +168,8 @@ Tests
Tools/Demos
-----------
+- Add support for the PEP 465 matrix multiplication operator to 2to3.
+
- Issue #16047: Fix module exception list and __file__ handling in freeze.
Patch by Meador Inge.