diff options
author | Seth Troisi <sethtroisi@google.com> | 2020-01-07 18:27:53 -0800 |
---|---|---|
committer | Seth Troisi <sethtroisi@google.com> | 2020-01-08 10:06:59 -0800 |
commit | 9de717042d44a4a77ecf8122638370d29b75e71d (patch) | |
tree | bc064a6c93b1bfd78f7c97e35f7313f51141a89f /doc | |
parent | 3b7aac3448c9a396569d003c2ac87116859f2bc5 (diff) | |
download | numpy-9de717042d44a4a77ecf8122638370d29b75e71d.tar.gz |
MAINT: C code simplification
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Py3K.rst.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/Py3K.rst.txt b/doc/Py3K.rst.txt index fe2dd13c4..cde0394dd 100644 --- a/doc/Py3K.rst.txt +++ b/doc/Py3K.rst.txt @@ -225,8 +225,6 @@ A #define in config.h, defined when building for Py3. Currently, this is generated as a part of the config. Is this sensible (we could also use Py_VERSION_HEX)? - This is being cleaned up in the C code. - private/npy_3kcompat.h ---------------------- |