diff options
author | Nathaniel J. Smith <njs@pobox.com> | 2018-03-08 01:42:05 -0800 |
---|---|---|
committer | Stephan Hoyer <shoyer@google.com> | 2018-10-14 14:09:40 -0700 |
commit | 21919b68f9f1d3c5064e7a74849dd7db12a61bd0 (patch) | |
tree | 4e00a80739a5a78af9d69ac4fbaa0524890e37f4 /doc/neps | |
parent | f25b464d6ff33f0d2ca7281e72b461fb91dabb43 (diff) | |
download | numpy-21919b68f9f1d3c5064e7a74849dd7db12a61bd0.tar.gz |
Add link to first mailing list post
Diffstat (limited to 'doc/neps')
-rw-r--r-- | doc/neps/nep-0016-abstract-array.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/neps/nep-0016-abstract-array.rst b/doc/neps/nep-0016-abstract-array.rst index 85f0941f6..13f7d58ca 100644 --- a/doc/neps/nep-0016-abstract-array.rst +++ b/doc/neps/nep-0016-abstract-array.rst @@ -307,7 +307,7 @@ by far the easiest place to start. Links to discussion ------------------- -TBD +* https://mail.python.org/pipermail/numpy-discussion/2018-March/077767.html Appendix: Benchmark script |