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 <[email protected]>
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: <[email protected]>
2017-01-16 10:46:49pitroulinkissue29282 messages
2017-01-16 10:46:49pitroucreate