summaryrefslogtreecommitdiff
path: root/doc/neps
diff options
context:
space:
mode:
authorPeter Andreas Entschev <peter@entschev.com>2020-08-19 10:02:53 -0700
committerPeter Andreas Entschev <peter@entschev.com>2020-08-19 10:02:53 -0700
commitb5f55775e4518a0356bf3e4c068e96beccb72b36 (patch)
treef5868af09b8c5533175b2f2a7923bcae37b1a294 /doc/neps
parent974c02378b3b240f370755c0838eefaa422b28ba (diff)
downloadnumpy-b5f55775e4518a0356bf3e4c068e96beccb72b36.tar.gz
NEP: Clarify NEP-35 C implementation details.
Diffstat (limited to 'doc/neps')
-rw-r--r--doc/neps/nep-0035-array-creation-dispatch-with-array-function.rst8
1 files changed, 5 insertions, 3 deletions
diff --git a/doc/neps/nep-0035-array-creation-dispatch-with-array-function.rst b/doc/neps/nep-0035-array-creation-dispatch-with-array-function.rst
index 4ed00d15e..56ae8600b 100644
--- a/doc/neps/nep-0035-array-creation-dispatch-with-array-function.rst
+++ b/doc/neps/nep-0035-array-creation-dispatch-with-array-function.rst
@@ -288,9 +288,11 @@ There are two downsides to the implementation above for C functions:
2. To follow current implementation standards, documentation should be attached
directly to the Python source code.
-The first version of this proposal suggested the C implementation above as one
-viable solution. However, due to the downsides pointed above we have decided to
-implement that entirely in C. Please refer to [implementation]_ for details.
+The first version of this proposal suggested the implementation above as one
+viable solution for NumPy functions implemented in C. However, due to the
+downsides pointed above we have decided to discard any changes on the Python
+side and resolve those issues with a pure-C implementation . Please refer to
+[implementation]_ for details.
Alternatives
------------