summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--numpy/ctypeslib.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/numpy/ctypeslib.py b/numpy/ctypeslib.py
index 39463af04..741b545d9 100644
--- a/numpy/ctypeslib.py
+++ b/numpy/ctypeslib.py
@@ -95,6 +95,10 @@ else:
plus the fact Windows will just load the first library it finds with that name.
NumPy supplies the load_library function as a convenience.
+ .. versionchanged:: 1.20.0
+ Allow libname and loader_path to take any
+ :term:`python:path-like object`.
+
Parameters
----------
libname : path-like