cpython (merge 3.5 -> default): Merge 3.5

https://hg.python.org/cpython/rev/cc75b40a27ba changeset: 98916:cc75b40a27ba parent: 98914:12e4145fc00b parent: 98915:31397c0ef97a user: Yury Selivanov <yselivanov@sprymix.com> date: Sat Oct 31 13:34:01 2015 -0400 summary: Merge 3.5 files: Doc/whatsnew/3.5.rst | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Doc/whatsnew/3.5.rst b/Doc/whatsnew/3.5.rst --- a/Doc/whatsnew/3.5.rst +++ b/Doc/whatsnew/3.5.rst @@ -276,7 +276,7 @@ S = dot((dot(H, beta) - r).T, dot(inv(dot(dot(H, V), H.T)), dot(H, beta) - r)) -An upcoming release of NumPy 1.10 will add support for the new operator:: +NumPy 1.10 has support for the new operator:: >>> import numpy -- Repository URL: https://hg.python.org/cpython
participants (1)
-
yury.selivanov