summaryrefslogtreecommitdiff
path: root/numpy/core/include
diff options
context:
space:
mode:
authorBrigitta Sipőcz <bsipocz@gmail.com>2022-05-17 20:37:38 -0700
committerBrigitta Sipőcz <bsipocz@gmail.com>2022-05-17 20:37:38 -0700
commitae1648437863aa322785dac60f33db86fa028e99 (patch)
tree1658a687c7c5fe15aa72e967e2845a38f51868e8 /numpy/core/include
parent1dde871ee7977f6561358c777cfb1fa4c18bf916 (diff)
downloadnumpy-ae1648437863aa322785dac60f33db86fa028e99.tar.gz
Addressing review for more cleanup and clarification
Diffstat (limited to 'numpy/core/include')
-rw-r--r--numpy/core/include/numpy/npy_3kcompat.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/numpy/core/include/numpy/npy_3kcompat.h b/numpy/core/include/numpy/npy_3kcompat.h
index 1ea897f55..11cc47765 100644
--- a/numpy/core/include/numpy/npy_3kcompat.h
+++ b/numpy/core/include/numpy/npy_3kcompat.h
@@ -1,6 +1,8 @@
/*
* This is a convenience header file providing compatibility utilities
* for supporting different minor versions of Python 3.
+ * It was originally used to support the transition from Python 2,
+ * hence the "3k" naming.
*
* If you want to use this for your own projects, it's recommended to make a
* copy of it. Although the stuff below is unlikely to change, we don't provide