diff options
Diffstat (limited to 'numpy/lib/utils.py')
-rw-r--r-- | numpy/lib/utils.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/numpy/lib/utils.py b/numpy/lib/utils.py index 27e055328..c7dbcc5f9 100644 --- a/numpy/lib/utils.py +++ b/numpy/lib/utils.py @@ -1098,9 +1098,6 @@ def safe_eval(source): Evaluate a string containing a Python literal expression without allowing the execution of arbitrary non-literal code. - .. deprecate:: 1.17 - safe_eval is deprecated - Parameters ---------- source : str |