diff options
| author | Matti Picus <matti.picus@gmail.com> | 2020-01-04 17:55:26 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-01-04 17:55:26 +0200 |
| commit | c1f1bc9ce8e4e2936e80d9bfafc3d8e03237a84b (patch) | |
| tree | 119d1e7645f2f53948fcae142a1d2c8083153b96 /doc/Py3K.rst.txt | |
| parent | 1d9595fc5fadaf81b8d7e2f19f62d29c476d9c45 (diff) | |
| parent | 24189be60ec4d823f4068be727b5d28f7eacc823 (diff) | |
| download | numpy-c1f1bc9ce8e4e2936e80d9bfafc3d8e03237a84b.tar.gz | |
Merge pull request #15232 from sethtroisi/remove_python3_part3
MAINT: Cleaning up PY_MAJOR_VERSION/PY_VERSION_HEX
Diffstat (limited to 'doc/Py3K.rst.txt')
| -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 8c170e1ba..fe2dd13c4 100644 --- a/doc/Py3K.rst.txt +++ b/doc/Py3K.rst.txt @@ -357,9 +357,7 @@ The Py2/Py3 compatible structure definition looks like:: (binaryfunc)0, /*nb_true_divide*/ 0, /*nb_inplace_floor_divide*/ 0, /*nb_inplace_true_divide*/ - #if PY_VERSION_HEX >= 0x02050000 (unaryfunc)NULL, /*nb_index*/ - #endif }; |
