diff options
author | Mark Dickinson <dickinsm@gmail.com> | 2019-04-26 06:56:15 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-26 06:56:15 (GMT) |
commit | 7abb6c05afd02c17c7a941b64db5756b161b3cf7 (patch) | |
tree | e8fd0e63830dd923246db8aa57bed76b526c915f /Misc/NEWS.d | |
parent | 3cde440f20a9db75fb2c4e65e8e4d04a53216a2d (diff) | |
download | cpython-7abb6c05afd02c17c7a941b64db5756b161b3cf7.zip cpython-7abb6c05afd02c17c7a941b64db5756b161b3cf7.tar.gz cpython-7abb6c05afd02c17c7a941b64db5756b161b3cf7.tar.bz2 |
bpo-36669: add matmul support to weakref.proxy (GH-12932)
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r-- | Misc/NEWS.d/next/Library/2019-04-24-17-08-45.bpo-36669.X4g0fu.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2019-04-24-17-08-45.bpo-36669.X4g0fu.rst b/Misc/NEWS.d/next/Library/2019-04-24-17-08-45.bpo-36669.X4g0fu.rst new file mode 100644 index 0000000..53bdefe --- /dev/null +++ b/Misc/NEWS.d/next/Library/2019-04-24-17-08-45.bpo-36669.X4g0fu.rst @@ -0,0 +1 @@ +Add missing matrix multiplication operator support to weakref.proxy. |