This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients juraj.sukop, mark.dickinson, pitrou, vstinner
Date 2017-01-16.10:46:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1484563609.87.0.607429907067.issue29282@psf.upfronthosting.co.za>
In-reply-to
Content
I don't know. If I want to compute a dot product, the first thing I'll do is import Numpy and then use the `@` operator on Numpy arrays.
History
Date User Action Args
2017-01-16 10:46:49pitrousetrecipients: + pitrou, mark.dickinson, vstinner, juraj.sukop
2017-01-16 10:46:49pitrousetmessageid: <1484563609.87.0.607429907067.issue29282@psf.upfronthosting.co.za>
2017-01-16 10:46:49pitroulinkissue29282 messages
2017-01-16 10:46:49pitroucreate